Hi,
I'm having a list of transactions with several columns where transactions are recorded in 5 columns. I then have a calculated column to sum all transactions for each line. Because calculated columns don't have totals at the end of the list or group I have then created another column and created a flow, which is supposed to look into the 5 transactions columns to see if they' have changed and then concates the calculated column value to the regular column, used for displaying totals.
For some reason the flow runs into infinity. I suppose it doesn't look into the specified columns but detected change in any column and after it is changed, this triggers another run.
I would like the most if the flow could run after a transaction has been added into one of the 5 transaction columns, so that the column with totals is up to date all the time. An alternative would be to create manually triggered flow that would copy all calculated amounts into the totals column but this is a less desirable option as data integrity is endangered.
Can anyone advise on how to configure the flow?