Couple of questions:
Which column values do you want to sum up and use a threshold for?
You wish to sum the Service Interval and Forge Shots columns in the update a row and save it in a different column?
To sum up values of a column,
1. You an use "Intialize Variable" to first initialise a variable of type Int
2. Then in your first "Apply to Each" you will add a "Increment Variable" action, select your variable and add the column to be summed as the Value.
Then you can add a condition to your flow with the Variable and the static threshold value (choose the Greater Than operator)
If Variable > than threshold value, Execute the Add a Row action.
To sum up Service Interval and Forge Shots columns, simply select the two columns in the column input field of the action and put a + sign in between.
Hope this helps.
Kind regards,
Nandit
If this answers your query, please mark this response as the answer.
If its helpful, please leave a like. Thanks!