I am trying to build a multiple approval workflow the will return the approval comments in the email I tried setting it up multiple times.
Test 1
Test 2
@Sundeep_Malik Hello, I tried both options on the set variable field and got this error.
You can directly write the following expression:
@Sundeep_Malik I input the following.
Oh my bad.
Actually replace variables('VariableName')
part with the comment expression.
Hey @KhrystinaM
You can write a similar expression as below:
1)
If(equals(variables('VariableName'),''),'NA',variables('VariableName'))
2)
If(equals(variables('VariableName'),null),'NA',variables('VariableName'))
I hope this helps 🙂
David_MA
130
Super User 2025 Season 1
stampcoin
125
Michael E. Gernaey
112
Super User 2025 Season 1