- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 12:08 PM - edited ‎02-15-2024 12:09 PM
Hello!
I have created a task in my flow and I need to set the Due Date to be 7 days prior to a date that is already defined on my Trigger Record.
Would I need to create a flow variable for this?
I am just now learning scripting, so any help you can offer would be greatly appreciated.
I do know that I want my due date for this task to be 7 days prior to this date that can be pulled from my flow.
- fd_data.trigger.current.target_closing_date
Many thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 04:13 PM
Hey @kdelbridge,
Instead of scripting, you may be able to use Transform functions in Flow.
e.g.
Hope it helps, thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 04:13 PM
Hey @kdelbridge,
Instead of scripting, you may be able to use Transform functions in Flow.
e.g.
Hope it helps, thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 11:23 AM
Thank you @James Chun , this worked. I totally forgotten that I had learned about this before. It is not imprinted and I will remember this next time. Appreciate you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 05:20 PM
Hi @kdelbridge you can use the below script on the field you want to set future date.
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2024 10:42 AM
Hi @Harish KM ,
Thanks for your response.
I think that will get me close to that what I need to accomplish, but I need the due_date of the task that I am creating in my flow to be set to 7 days BEFORE the date that is already defined in my trigger record.
my closing_date of my current trigger record can be found in