Hello Community,
I keep getting an invalid expression and keep getting Blanks with the below ;
Solved! Go to Solution.
I hovered over Responses Comments and figured it out
if(empty(items('Apply_to_each_2')?['comments']),'n/a', items('Apply_to_each_2')?['comments'])
Tried the below ;
if (empty(triggerOutputs()?['body/comments']), 'n/a', triggerOutputs()?['body/comments'])
n/a appears for both blank and also anything inputted in the Approver Comment field.
I hovered over Responses Comments and figured it out
if(empty(items('Apply_to_each_2')?['comments']),'n/a', items('Apply_to_each_2')?['comments'])
Hi @batvan276
Glad that you have resolved your problem.
And thanks for your posting and sharing the solution in the forum.
Best Regards,
Lily