I know it's more of a Power Automate question rather than a Team Forms one. But does anyone have an idea of how to get the label of the radio button value I selected using Power Automate. I want to get the label of each choice :
The current data that I can access is in this format:
"data": {
"Monday": "Salad",
"Tuesday": "Pork",
"Wednesday": "Chicken",
"Thursday": "WFH",
"Friday": "Pork",
"name": "Test User",
"email_address": "test@gmail.com",
"account": "Account Test",
},
Hi @Yors
It might be pretty hard to get the corresponding label in Power Automate. I think the easiest option would be to update your form so that the label and value are the same text. Is there something that prevents you from doing so?
Hi @Yors
It might be pretty hard to get the corresponding label in Power Automate. I think the easiest option would be to update your form so that the label and value are the same text. Is there something that prevents you from doing so?