I am trying to check if a list item is empty and if so set it to null. I am updating a Word template and if the Sharepoint item is not entered then the Word placeholder shows up instead. I am trying to detect for such and create an empty entry in the word file. I have tried @equals(if(equals(triggerBody()?['Depart1'],null),'',triggerBody()?['Depart1'])) without success, having a hard time undestanding the Flow expression syntax.
Solved! Go to Solution.
Hi @sjcitpro ,
Have you checked below documentation?
https://flow.microsoft.com/de-de/blog/use-expressions-in-actions/
Also, this is PowerApps community, for future Flow issue, please post in Flow community:
https://powerusers.microsoft.com/t5/Microsoft-Flow-Community/ct-p/FlowCommunity
Regards,
Mona
Hi @sjcitpro ,
Have you checked below documentation?
https://flow.microsoft.com/de-de/blog/use-expressions-in-actions/
Also, this is PowerApps community, for future Flow issue, please post in Flow community:
https://powerusers.microsoft.com/t5/Microsoft-Flow-Community/ct-p/FlowCommunity
Regards,
Mona
Thanks Mona, I found the Flow group. Here is my solution, if(equals(triggerBody()?['Depart1'],null),'',triggerBody()?['Depart1'])
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
205 | |
183 | |
71 | |
37 | |
33 |
User | Count |
---|---|
344 | |
274 | |
118 | |
76 | |
58 |