Multiple runs in a single cycle - Error

Hi guys,

If anyone can help with this please that would be great.

I’m encountering the error following my last module which is to delete the new created item:

Error

[200] Cannot change column value for inactive items [ Error Code: ColumnValueException / Error Details: {“board_id”:9210030344,“inactive_pulse_ids”:[9550194360]} ]

The scenario works perfect on initial run and does everything its supposed to, but it proceeds to run another 2x and on the second and third “runs” it returns the above error and subsequently deactivating the scenario.

In principle, I understand the 2nd and 3rd run is breaking as its trying to add a file that is no longer available (which is what I needed it to do, to merge with existing item and delete new item). Question is, how do I stop it after the first run - essentially stopping the scenario after the delete module.

Max number of cycles is set to 1 - as a work around, I’ve changed the Number of consecutive errors to 5000 but just wondered if there is a better solution.

Thanks.