I have a form with a checkbox that has 13 checkmark values (zones 1 through zones 13). The user will checkmark any or all of them. In the workflow vb script, I want to determine which ones were checked and which ones were not checked - and then do something.
Using the Track Tokens node, I see that each individual checkbox is listed with a True or False indicating if it was checked or not. However, in the vb script, I can't seem to get it to recognize True or False. The script fails as soon as I un-comment the lines between 115 and 125 in the following.
Could you please let me know how to test each individual checkmark within a check box field? Thank you