You are viewing limited content. For full access, please sign in.

Question

Question

Using a forms checkbox with multiple values in workflow script

asked on November 19, 2015

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

0 0

Replies

replied on November 19, 2015

There should be a multi-value token for your "Zones" field that will have the values for the checked checkboxes. See this other thread for an example of working with multi-value tokens in scripts.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.