- 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-16-2024 11:28 AM
Hello @Harish KM ,
I had some other help in the community that finally got this to work. Here is the final script that worked. THANKS for your assistance.