Hi everyone, I have 2 radio button fields on my list form. One contains the options:
The other contains the options
If a user picks Option 1 and Option 5, I want to automatically populate a texbox field with the following, "1,5". Is this possible?
Use the Concat expression and you will be able to combine the radio box 1 and radio box 2
@sbonera How would I simplify the choice though? For example, "option 1" needs to become just "1".
Also, when trying to concat the two radio buttons, my values are appearing like this:
[{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":0,"Value":"Option 1"}][{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference","Id":0,"Value":"Option 5"}]
Any ideas why?
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
User | Count |
---|---|
26 | |
25 | |
25 | |
20 | |
16 |
User | Count |
---|---|
53 | |
45 | |
33 | |
32 | |
30 |