Create a new date by adding the number of days to the existing date

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.
image
rgds

2 Likes

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

image

3 Likes

Hi; @ArjenEX and @marzukim

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.

@ArjenEX and @marzukim Thanks for giving me ideas. :wink: :+1:

Here is the solution.

image



Final
image

2 Likes

That’s indeed the correct column selection route :slight_smile:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.