Hi, looking for a small bit of help, please.
I'm populating a Word document using Power Automate when a response is submitted to a form.
Most of the questions are yes/no answers, and one of them will pull through some text. An example expression is:
How can I pull through the three different bits of text depending on the different amount of answers?
That works perfectly, thank you.
Hi @Aidan_O ,
Please try to use contains instead of using equals, something like:
if(contains(outputs('Get_response_details')?['body/r3be654137aae4fde8510a4bb370f4523'],'A'),'Answer for A','')
if(contains(outputs('Get_response_details')?['body/r3be654137aae4fde8510a4bb370f4523'],'B'),'Answer for B','')
if(contains(outputs('Get_response_details')?['body/r3be654137aae4fde8510a4bb370f4523'],'C'),'Answer for C','')
Best Regards,
Wearsky
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2