(SOLVED) Data Store module is correctly returning 2 records, but the rest of the scenario after that is running each output bundle twice

I have two records in the lookup data store in the screenshot that contain all of the necessary keys to pull data from two flow meters that are in two different locations. The data store module correctly returns the 2 records in the data store, but then it runs “Set Multiple Variables” 4 times—two times for each output bundle. Any hints?

This is solved. I realized that the router was the issue. I added a filter before the HTTP request so that it only gets the flowmeter from each site in the cycle.

3 Likes

Hello @neonwhite :waving_hand:

Thank you very much for coming back and sharing the solution!! Truly appreciated! :hugs:

No worries. Here is the amended flow. You can see the step in screenshot #1 where I set the location GUID as a variable, and that GUID is used for the filter in screenshot #2 to only pull the meter from that location.

2 Likes