How to set due date in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2023 01:02 PM
Could you please help me to set 10 days from now on due date field using flow designer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2023 12:39 AM
Hello Sanjay,
I was able to set the due date in 10 days in flow designer in the following way:
1. Define a flow variable with the string type
2. In a Set Flow Variables step, set the value of the variable to "return gs.daysAgo(-10);"
3. In the Update Record step, add the variable to the Due date field
This should set the due date 10 days ahead of time.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2023 11:05 AM
Hi, I used your code for my requirement but my issue is the due date is set in UTC while open field is EST time. Anything I can do to match open time when it calculates Due date for time zone? as you see the due date should be 2 days exactly but its showing UTC time not EST as the open field. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 11:42 AM
Hello, how do you handle schedule?
for example,delivery 1 calendar day (meaning 24business hours= 3 work days) ?
If ritm is created on Friday morning,than ritm due_date should have end of Tuesday —> schedule 8-16 weekdays
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 10:27 AM
@Petr Pastuszek - i have the same question. Did you ever get a resolution for this?