Hi all
I used dataverse connector for mapping Microsoft forms with contact entity, facing issue with Multiselect options and unable to map them.
I used "if(starts with(triggerOutputs('compose'), 'NA'), 2,if(starts with(triggerOutputs('compose'), 'Others'), 1))"
And giving the below error in snap shot, Kindly suggest anything, like the expression is wrong or do I need to do anything else apart from that?
Hi @Sk365,
I see you are using the triggerOutputs function. This function does not expect any input parameter. This function returns the output of the first action (the trigger action).
Typically when you want to interact with a compose action outputs the expression would be something like below:
In this example the name of the Compose is 'Name of Compose Action'
outputs('Name_Of_Compose_Action')
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional