Hi All,
I'm hitting a bit of a wall with getting the option set value label from List Rows.
Essentially I am setting the outputs into a CSV and this seems to always show up blank.
I've tried to get the output using the following expressions:
outputs('List_rows')?['body/OPTIONSET_NAME_label']
Triggeroutputs()?['body/OPTIONSET_NAME@OData.Community.Display.V1.FormattedValue']
outputs(‘List_rows’)?[‘body/OPTIONSET_NAME@OData.Community.Display.V1.FormattedValue']
I have also tried Parsing JSON but can't initialize the variable in an apply to each.
Any ideas where I'm going wrong?
Cheers
Sam