I have read many community questions, and talked to ai bots, but with little luck.
I have 2 tables. For each new row in Table2, I list the rows in Table1. Then, if email from Table2 equals email from Table1, and if phone number from Table2 equals phone number from Table1, the Send an Email.
In the email I need to send content from multiple columns from Table1. About 37 of the dynamic content fields, are in fact multiple choice columns. I am getting the values but I NEED the LABELS. It is absurd that a company like Microsoft would have a fault like this - I would be ashamed.
Either way, here is a screenshot of my flow to help.
I tried inserting an expression like this:
outputs('List_rows')?['body/et_attendedsemosprograms@OData.Community.Display.V1.FormattedValue'] and it didn't work - i got no value
then i tried
triggerOutputs()?['body/et_attendedsemosprograms@OData.Community.Display.V1.FormattedValue']
and again no value.
As I need to use 37 multi choice dynamic contents, i would love a practical solution.