GOTO loop counter

(Andrew Catchpole) #1

Is there a simple way to check the number of GOTO loops completed? e.g. a response path value

This would enable me to do check using the filter and avoid an unnecessary error and the flow to stopping.

As a matter of good practice I normally avoid using the GOTO label but this is a pre-check at the beginning and end of a long flow.

(Nathan Stults) #2

No, this field is not exposed to your flows unfortunately. You would have to maintain your own counter using an attribute.

Nathan

(Andrew Catchpole) #3

Okay - thanks Nathan