When using the Invoke Business Process in a workflow, I need to check two values on the same checkbox in the LF Form. The checkbox is "checkbox_1" and the two values I need to check are "I_agree" and "18_or_over".
I have no issues when I check a single value. this works fine Checkbox_1=I_agree.
The problem is when I want two values. what is the proper syntax?
The following does not work:
Checkbox_1=18_or_over
Checkbox_1=I_agree
nor does this
Checkbox_1=18_or_over, I_agree