Hi all,
I have built an approval workflow and I am stuck checking if a field from Sharepoint is not empty (if not, a mail should be send out)
I tried with Condition:
But it fails. Is the syntax correct?
Hi @Frankie70,
The Outcome should be dynamic content:
And you could refer to the following screenshot to learn how to use empty() function:
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @edgonzales
thanks for your help.
No, this flow is quite new...
I changed it to "Outcome" but when I click on Approve or reject in the mail, it always is rejected.
The syntax of my other issue is:
Is this an older flow? Where you have Response for the condition, you should probably have Outcome.
If your other field is an array, then empty() should work. Let's take a look at the syntax of your expression next.
-Ed
Hi @edgonzales
the field is of type "multiple lines of text" so an arry.
The function empty() does not work either.
For some reason I have an issue before that now, and I am puzzled why...
Where is the problem here?
At start it worked all perfectly...all of a sudden, if throws this error. Any idea?
Hi there. You should be able to look at past runs to see what is being sent fro SharePoint for that field. Depending on what type of field it is, there may be something in there, just not data. Take a look at the empty() function and see if that might be more applicable to your situation.
Either way, keep us posted. Good luck!
-Ed
If you liked this reply, please give it a thumbs up! If this reply has answered your question or resolved your challenge, please consider marking it as a Solution. This helps other users find it more easily via search.