Hello, I have a scenario with a repeater, router and filters.
I would like to count how many times certain modules (after a filter) operate during the scenario (the little operations number bubble you see when you run a scenario)
This is so I can plug it into the webhook response eg. in the screenshot, if the {2.set a variable} module runs once, and the {3. set a variable} module runs twice, the webhook output can be e.g. operationsused=3
However I don’t know how to retrieve this number. Please help