Good Morning,
I have a word document template and I use Power Automate to fill the template and save the file.
The flow works great , except that my toggle values are showed as true/false on the document. I would like to change them so that true is displayed as 'Yes' and false is displayed on the document as 'No'.

I would like the values changed to a Yes or No in the word document.
So I have entered the following into an expression for each yes/no value, but now I get a null error.

if(triggerOutputs()?['body/OData__x0051_30'],'Yes','No')
I thought about using the following, but not sure how to implement it into my expression.

Any thoughts on how to rid of the null error?
Thanks