0

APPLY condition in sequence

Can anyone please help me understand what will the sequence check for value field or what does 'APPLY' and 'APPLY FOR' mean?

user3915942
  • 27
  • 1
  • 5

1 Answers1

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