conditional selection in microflow for calculation

0
Hi  I inherited an app developed years ago by a person no longer in the business. It is a quoting tool that calculates the final value as a last step based on all the added products.. I would like to add a selection box (tick box) against each line and only include the lines highlighted (have all pre-selected as standard) and only allow to deselect some or give option to have a button to "select all"      I'm sure it is simple microflow addition.. question at which point would it be the most efficient. Also as a starting question I guess what is the best way to learn / understand the logic from the app built by somebody else? any handy tutorials on step by step logic decryption?   and as a last one.. is there a way to follow the flow with use of sample data? so As I said it is quoting tool so there are a lot of variations and sometimes users complaining  that calculation is bringing results much lower value than expected so would like to recreate their quote and follow the flow to see which table/part of logic dictates this anomaly? 
asked
1 answers
0

You should be able to filter the list of items based on the tickmark to include only those items in the loop in a microflow.

As to the question where this would be the most efficient, the answer is difficult without seeing the application.

Follwoing the flow can be achieved with breakpoints and the debugger. Maybe running the app locally with the debugger can help you out?

answered