Can anyone please help me understand what will the sequence check for value field or what does 'APPLY' and 'APPLY FOR' mean?
Asked
Active
Viewed 143 times
1 Answers
2
This is a simple string comparison. You check if the variable "value" equals the string "APPLY" or (double pipe ||)"APPLY FOR". The two BRANCH steps below the sequence with your condition do not make sense. Neither does the comment at the first branch, since the condition is clearly not checking for digits only.

Henning Waack
- 410
- 3
- 10