Create a Date based on the condition

Hi @Subramanyam

This can be achieved by calculating the number of days between each start and end date (and adding one to it to be inclusive), and using the One Row to Many node to create the rows between, then determining what the date for each row is by its relative position in the newly created set of rows.

Here is an example, along with other mechanisms (e.g. using a loop)

2 Likes