I would like to create a column based on the condition between two input columns.
condition:
Nee to generate new date rows between Start month change date and End of month and
Date <= End of month.
Attached the Excel sheet with input columns and required output column.
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)
@Subramanyam
I’ve just updated my workflow — I realized that I had accidentally deleted an important node before posting it
Apologies for the oversight!