Setting a Due Date in Flow Designer to be 7 days before a Date that is set in my Trigger Record

kdelbridge
Tera Expert

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!

1 ACCEPTED SOLUTION

James Chun
Kilo Patron

Hey @kdelbridge,

 

Instead of scripting, you may be able to use Transform functions in Flow.

e.g.

JamesChun_0-1708042359767.png

 

Hope it helps, thanks

View solution in original post

5 REPLIES 5

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. 

kdelbridge_0-1708111656963.png