Dynamic Form Elements in User task
Hi,
I have 2 user tasks.
In the first user task, there is a multiselect drop-down. If i select 2 items in that dropdown, there should be 2 independent dropdowns in the second user task.
Basically, the form elements (dropdown) in the second user task is based on the number of values selected in the dropdown of first user task.
Is there a solution for this. can we add form elements dynamically to the user tasks?
Thanks.
Former User
Posted 5 years ago · Edited 1 year ago·Last reply 5 years ago
4 comments
Former User
OP5 years ago · EditedCurrently there are 26 distinct values, which may grow.
Former User
OP5 years ago · EditedThank you Ahmad for the suggestion. This is a clever approach if there is a limitation.
But my use case says there is not limitation for the values selected.
Former User
OP5 years ago · EditedWhat’s the max number of items they can select? I.e. how many distinct user tasks will you need to create?
Former User
OP5 years ago · EditedShort answer (and seemingly recurrent) is no, unfortunately not. Having said that, there are “clever”, and I’m being liberal in my definition of clever here, solutions around that. If permutations are manageable (i.e. user can select up to a max of 3 items) you can essentially have an exclusive gateway that forks into three distinct user tasks, one for each possible scenario.