12-09-2004 12:32 PM
12-09-2004 01:32 PM
12-09-2004 01:33 PM
12-09-2004 01:36 PM
12-09-2004 02:24 PM
05-12-2017 08:49 AM
Note that if you need to use multiple expression statements for each condition, the following syntax is acceptable and more readable:
Locals.LoopIndex==1? //IF
(
Locals.PromptMessage="string1
expression2,
expression3,
😞 //ELSE
(
Locals.PromptMessage="string2",
expression4,
espression5,
)
02-17-2021 09:43 PM
09-03-2025 12:16 AM - edited 09-03-2025 12:30 AM
post expression if condition how to implement it on action step
09-03-2025 12:22 AM
Action Steps never Pass or Fail
You will need to use a Test. In your case, a MultipleNumericLimitTest might be suitable
09-03-2025 04:35 AM
@Oli_Wachno wrote:
Action Steps never Pass or Fail
You will need to use a Test. In your case, a MultipleNumericLimitTest might be suitable
Please ignore:
since author has edited the original question this answer is unrelated to the actual question