26 Messages
•
1.8K Points
Proposed values for only item type of domain
Hi, I would like to add to the drop-down list only domains that are current user in.
Let's say a user is in the Glossary domain and I would like to drop down me only Glossary domains.
Something like this:
SeanPyle
92 Messages
•
3.2K Points
7 months ago
Hi @bbaric ,
You'll need to add a script task before your user task to do this.
Store the values from the script task in an array and use execution.setVariable() to pass them to a process variable. Then reference the process variable in the Proposed Values section of the form's dropdown.
-Sean
1