Workflow Bulk Action Loops run on the same Record

Hello!

I am loving softr and my app so far, however every time a bulk action runs, my database becomes overrun with the same record over and over again. I have built them twice and it has happened twice. Can you please help me determine the right architecture so these actions run once per record that qualifies based on the conditions?

This is a piece of a big daily run. Step 31 is based on conditions like last updated today, and step 33 filters for the record name showing up in the list of results from 31. And then 35 says if this doesn’t already exist for the record from 33, add this record, but it gets remade over and over again so something is missing :frowning:

Thanks!!!

Hey there, if you had a step that found many records before your loop and then want to operate on each of them, you probably won’t have to have a “find record” action in there (unless you’re looking into another table?).

You’ll have to make sure you’re using the data from “Current item” for your loop:

That way, it will run once per item of your list.

Lmk if you need more support