Develop lines between two dates

Hi,

I want to develop lines between two dates. For example, a table with 3 columns and one row:

ID - Start Date - End Date
789 - 2023/03/01 - 2023/03/04

will become a table with 2 columns and 4 rows :

ID - Date
789 - 2023/03/01
789 - 2023/03/02
789 - 2023/03/03
789 - 2023/03/04

How can I do this in Easymorph?

Thanks a lot!

FX.

You can calculate the difference between the two dates and then use the "Repeat rows" action to generate the missing rows. See the example below:

repeat-rows.morph (4.2 KB)