Updating a State field using Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 09:22 AM
Hi All,
I'm trying to build Enhancement Requests Flow Designer process to trigger flow when record is created or updated and state is Open. I now need to set states for each Enhancement as follows:
Set "Awaiting Info" - If Due date is past 10 days.
Set "Close Complete" - if Last Updated is past 60days.
Please help me setting up this conditions. I'm new to Flow Designer
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 09:34 AM
Hi @Rakesh40
You can use the LookUp Records action, and after that, use the for loop to check each and every record and update the state if the condition is satisfied.
Thanks and Regards
Sai Venkatesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 10:19 AM
It's not working the conditon for lookup records seems incorrect.