iPaaS - date/time expression help
I am currently working on the 'TDX Tickets: Create New Ticket' section of my flow. I want to set the End Date to 2 days after the form is submitted. When I leave a null value it defaults to 4, when I try to put expressions in there, none of them have been right and only give me the current date. I have read this KB 'https://solutions.teamdynamix.com/TDClient/1965/Portal/KB/ArticleDet?ID=139556' and tried the following expressions:
(add 2 to "d" of date(now))
(now in(add 2 to "d" of date(now)))
(set "d" of date (now) to +2)
I have also tried variations of d/dd/days/day. Please can you tell me what expression will accomplish this goal? Thank you
Answers (2)
now is already a date value. You don't need to convert it to a date. This is from a training flow I created. Also, choose from the options rather than entering "d".