Updating a State field based on Due date using Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 04:40 AM
Hello All,
I want trigger a flow when a record is created in a custom table.
I want to update the 'State' field set to 'Awaiting Info' in my flow designer based on the following requirements:
- If Due Date = Due Date + 30days.
How can i check the above action condition?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 04:48 AM
That condition will never end up being true. If 'tomorrow' will be tomorrow + 30 days will always be false. Do you want to check if the Due Date is 30 days in the future (so from now) or do you need to check if it was 30 days ago?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2024 05:17 AM
If record created today.
If I set Due date as (30/5/2024) (Due Date + 30days = i.e 30/6/2024) if the record 'State' field is not moved to 'Closed Complete' before 30/6/2024 then i need to move the state to Awaiting.