Multiple Select Cascading Forms
I've got a form with several cascading list boxes, I really need to make these multiple selection list boxes. so I change my where clause to a IN from an = statement in my Cascading list box and configure the previous list box's selection mode to be multiple. While running in simulation mode my workflow appears to be only passing the first item selected to my REST end point to generate my cascading list box.
Are multi selection cascading list boxes not supported??
-Alex
-
Hi Alex,
If you use a ListBox with multi-select enabled, we will only take the first value. This is by design. The system has no knowledge of the Where clause you are using, it just simply puts the value in the {0}.
There are a number of issues that would need to be addressed if we were to give you multiple values. How would they be returned? A coma delimited list? What if the values needed to be in quotes? What if the values had comas in them already? Just to list a few.
I will give some thoughts about how this could be done in a future version of Forms. No guarantees.
Cheers,
Christian.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar