Search Rows > Iterate and send request per result = works fine
I also want it to update a cell at the end of the iteration = works fine
The problem is if there is 100’s of results I am paying hundreds of ops just to trigger one module.
Is there a way to trigger at the end of the scenario run without this cost?
how to.json (47.2 KB)
ok I got this to work with a filter
The problem now is I have 2 update cells to update 2 different cells, the second one says success but does not update the cell, if I run it manually on its own it works fine.
Anyone come across this? I have tried a delay of 5 seconds between the 2 update cells but same results.
this bug was caused by an earlier update cell that needed the reverse filter
Thanks for reading!
2 Likes