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?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
User | Count |
---|---|
79 | |
20 | |
17 | |
14 | |
13 |
User | Count |
---|---|
135 | |
32 | |
31 | |
30 | |
25 |