Getting Toggle value into Word document?

Hi @Nikita_Kurguzov ,

Hope you're well.

I'm trying to get Yes/No value of toggle control in plumsail forms into a word document.

I've tried this formula in Power Automate however even if the toggle is set to "Yes", in the word document it shows as "No":

if(equals(outputs('Get_item')?['SF01_ClientPrivacyYesNo'],true),'Yes','No')

Can you suggest an alternative option for me?

Thanks,
Chris

I've now solved this one by creating an Initialize Variable action and using the output of that in the Word Document action. :slight_smile:

image

2 Likes