Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6011 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I've tried to use script variables in the ExitLoop If script step to no avail. For example ExitLoop If ($Count=$Num+1). The script does not exit the loop when the conditions are met.I see that the Set Variable step only lets you use text values. I'm using numbers for $Count and $Sum (1, 2, 3, etc.)

Posted

if the script does not exit, perhaps the condition is not really met. have you tried the data viewer to verify that your variables actually do what they're suppposed to?

Posted

the Set Variable step only lets you use text values

True, but they are automatically converted to numbers when used with mathematical operators.

It's hard to tell why your script doesn't exit the loop without seeing more of the script.

This topic is 6011 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.