Hello All,
Need some of your advice on how can I optimized the flow I've created.
So basically, I have an SQL get rows statement and then I need to filter the results based on fixed values. The values are from 1.1 to 1.15 and 2.1 to 2.15 respectively. What I did is to filter manually the result just like the image below which is a little bit laborious.

Then i need to Parse JSON the results of the Filter Array which again is repetitive.

Next is to have a select data operation for each individual items.

The output from the select data operations is all I'm after.
The current flow works well but it's too long. All I wanted to do is to shorten the steps if it is possible since it looks like a repeating pattern.
I will appreciate any advice you can give. 😀
Thank you,