June 10, 200817 yr 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.)
June 10, 200817 yr 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?
June 10, 200817 yr 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.
Create an account or sign in to comment