When debugging a specific step in a formula, if you would like to force the formula to exit, throw an error in a script step immediately after the step you are debugging.
throw new Error('exit');
When debugging a specific step in a formula, if you would like to force the formula to exit, throw an error in a script step immediately after the step you are debugging.
throw new Error('exit');
Cloud Elements - For Public Use
Thank you! Your comment has been submitted for approval.