I have two SharePoint lists. SharePoint List -1 & SharePoint List 2.
SharePoint List -1 - receives its input from a Power App. These inputs have data such as Task name, start date, End Date, and number of days (End Date - Start date).
Once this input is received from the power apps - It is updated in SharePoint list 1.
Based on the No.of days count in SharePoint 1 - I want to create multiple entries in another SharePoint list (SharePoint 2). Each entry in SharePoint 2 should have the same data as the original entry but with the start date incremented by one day for each subsequent entry, continuing until the end date is reached.
Can anyone please help me with how I can achieve it using Power Automate?
Thanks in advance!