Hello,
I'm trying to get Yes/No value into a word document using the 'Populate a Microsoft Word Document' action.
I've tried this formula in Power Automate however even if the value is set to "Yes", in the word document it shows as "No":
if(equals(outputs('Get_item')?['SF01_ClientPrivacyYesNo'],true),'Yes','No')
The trigger in my workflow is 'For a Selected Item'.
Thanks,
Solved! Go to Solution.
Using the initialize variable action, you will have to store the result of the expression
then populate the template using the variable's output:
Thanks and Regards,
Vikas K
hi @sudosaurus ,
I tried to setup a similar flow (with same trigger) and used the same expression with a yes/no column but did not have any issue.
Thanks and Regards,
Vikas K
Using the initialize variable action, you will have to store the result of the expression
then populate the template using the variable's output:
Thanks and Regards,
Vikas K
Thanks @vikulkar
That did it!
Although just had to update my formula to this:
User | Count |
---|---|
92 | |
45 | |
20 | |
19 | |
15 |
User | Count |
---|---|
136 | |
54 | |
43 | |
42 | |
31 |