Displaying a string onto a Checkbox List on a Form
Comments
-
Hello,
I was having an issue before while trying to map a checkbox list to a string column in a table. I was told to use the merge string list to single string" converter flow while using a comma as a separator character. I did that and it worked great.
However
-
The easiest solution is to use the Split String" step to create a string array for the checkbox list input.
Please let me know if this solution works for you."
-
That did work, thanks! Also, I have more than one checkbox list on my form. Do I need to use the Split String step more than once?
-
Im glad that worked!
Yes, youre correct. Youll need to have one Split String per checkbox list (because you will want to have one distinct string array for each list).
[i]edited by Zack on 4/7/2016[/i]