Announcements
how to use coalesce to replace null value in array say [{"product":null}] to blank text ""
Hi @Ali123
You can use 'Select' action to replace null with empty text in an array:
Expression used here is:
if(equals(item()?['product'],null),'',item()?['product'])
Output obtained is:
If this helps, please remember to give a 👍 and accept my solution as it will help others in the future.
Thanks
thanks for reply, but what if we have multiple fields which are not null, like [{productA:"car1",ProductB:null}]
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 223
David_MA 210 Super User 2026 Season 1
Haque 175