Hi;
When I add a variable day to an existing date, I want to create a future date. How can I do it? Could you send me a sample workflow?
Example: 01/12/2023 + (number of days) = date
sample 10 days later
Hi;
When I add a variable day to an existing date, I want to create a future date. How can I do it? Could you send me a sample workflow?
Example: 01/12/2023 + (number of days) = date
sample 10 days later
can try shift nnode.
rgds
If you want to make it dynamic use the option to select a column or if you want to go the flow variable route use numerical_col_select and numerical_granuilarity
Thanks for the answers but I guess I couldn’t do it.
The existing data set looks like the following.
Date --------------------- End Day -------------------------End Date
01/12/2023 ------------ 10 ------------------------------(create End Date )
03/12/2023 -------------- 5 ---------------------------- (create End Date)
08/12/2023---------------15-------------------------------(create End Date)
I want to create dates by adding the number of ending days. The number of days and dates given for the end day are variable.
That’s indeed the correct column selection route
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.