Below is my scenario:
Table A is the master table, Table B is transaction table so there is a one to many relationship.
For each Item in Table A multiple activities can be created in Table B - this is working
There is a column in Table B called Amount...i want to get total of all items in this column and display in Total Income Column in Table B
Tried to do this using Power Automate which works but its giving a warning of number of times the flow is getting triggered. Currently the flow is getting triggered on when an item is modified. How can i get it to trigger only when the Amount column in Table B changes?
Or Any better way to do this?