Flow designer not to update empty input from variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2022 08:47 AM
I am trying to update a record from Flow designer, I want to skip the update if the variable input is empty. Please suggest how I can skip a specific filed update if the variable input is empty.
Thanks in advance.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2022 12:36 PM
Hi,
I propose to add the if Flow Logic before the update Flow Action and execute this action only when the if Flow Logic condition is true.
Best Regards,
Marcin
If my answer helped you in any way, please mark this answer as helpful and correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2022 12:57 PM
Thank you for the response!!
I do have eight fields like that, and we cannot add if logic for each one 😞
Could you please suggest any other option that we can utilize in flow designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2022 07:09 AM
Hi,
You can have one If logic with eight conditions. It would be easiest to maintain.
Such as:
Field 1 is not AND
Field 2 is not AND
Field 3 is not AND [..]
Best Regards,
Marcin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 07:10 PM
just script it
var gr = inputs.someRecord;