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": "[email protected]",
    "account": "Account Test",
   Â
  },