Merge lists , convert and then calculate

Hey guys, I need to search a database and then to loop the result line by line converting those that the unit don’t match. The idea is display material, weight and unit… But I can’t just sum them straight because the unit sometimes is different so I need to convert it first… Is there a way to loop and treat the results of a search line by line or isn’t it how bubble works?

@leonardogpereirabarr welcome to the community!

Schedule a recursive backend flow on current date. Send the list there and build an extinguishable condition (index < count of entries) and schedule it on itself to make it stop. :+1:t2:

1 Like

Hi Cmarchan! Sorry for the delay reply. The notification was lost in my emails.
Thank you very much. It worked perfectly.

1 Like