Re: When a row is added, modified or deleted in Power Automate
I only used a basic form through a subgrid component. The use case is the Account table is related to another table associating additional/other addresses to the account such as subsidiaries, satellite offices, etc.
The subgrid is placed inside the account information for the user to add these additional addresses through a popup form.
Their inputs go to Dataverse then when an item is created in Dataverse, the information would then be transferred via Power Automate to SharePoint.
______
My Power Automate flows consist of
Trigger ->
Getting Row by ID ->
Parse JSON ->
List Rows (Notes (annotations) in Dataverse) ->
Parse JSON ->
Initialize and Set Variables ->
Create Item (SharePoint) ->
Upload Attachment (SharePoint) ->
Send Email
^ Perhaps, the file upload in Dataverse through Notes triggers the double action?