Hi,
I am looking to build an app which will be used as a Task Management Checklist for Transactions. When a Parent record is created in a dataverse table (a Transaction), I would like approx 50 related child records to be created in a dataverse table (Checklist Items). These would have a number of columns pre-populated (e.g. Phase and Step - a Transaction has 8-9 phases, and each phase has several steps). I plan to store these in Choice fields which would have each combination pre populated in a distinct child record (e.g Phase 1 Step 1, Phase 1 Step 2 etc). Other columns would then be edited manually by the Transaction owner to assign a Checklist item to a specific user, a start date, comments, progress etc.
Is this approach possible? If so, how would this be achieved? I'm guessing an extensive Power Automate Flow or is there structurally a better way of approaching the build?