Is it possible to have a feature to track the multi-selected options on a form step and direct the non-selected options to another form?
example: if we have a work order for making an item and we are verifying the BOM items, say, A, B, C, D and we only tick off A and B and didn’t select the options C and D. Can we automatically direct C and D on another step/form step as non-ticked items together?
Just to make sure I understand your ask, you essentially want a list of things to do stored in a multi-select. Against this multi-select, you may take several actions i.e.:
Starting List:
Task A
Task B
Task C
Task D
Selection = Task A, Task B
New List:
Task C
Task D
Next Selection = Task C
New List:
Task D
Does that sound right? If so, I can go ahead and create a feature request documenting this use case.
Thanks for writing back. Do you also, meant that the non selected options from the starting list can directly be populated in the new list excluding the selected automatically, it will just save time by not showing the already selected options before in a form. Does this explain well?