Hi All,
I am currently working on a tracker that monitors a status of a given task (in my case, its a submission of a report). The reports that I aim to track are of different cadence. I would like to automate the creation of a placeholder for the "next" report, once the "current" has been recorded as "submitted".
For example, let's take the table below:

If the user fills in "ReportSubmissionDate", the "ReportStatus" changes to "Completed":

What I would like to achieve is that once the status turns into "Completed", a new record shows up with the next period (depending of what cadence we have, it will be either next month or next quarter or next year):

This is only a simplified version of the table, there are many other columns that store data specific for each submission (like "comments", "feedbacks" etc.) - I do not want those to be copied into the new record for the new reporting period, just a basic set of data, like "ReportName", "Cadence" and "Period"
In addition to that, I would like this solution to work both when the user enters the data via user form (created in Power Apps - already in use) and "Edit in grid mode".
Has anyone worked on a similar problem? I would appreciate any feedback - tips, suggestions are more than welcome.
Thanks!