Hello,
I want to set the proposed values in a of my form in UI designer.
I want to use a variable ( a list of string )
So I define this list in Pool variables *(or should I define them in local variable ?) *
- Name : tasksList
- Type : Java Object (class : java.util.List)
How can I put in this list any strings ? I tried in input connector of the pool *(or should I trie in input connector of the step ?) *
I wrote this request : tasksList.add(“SELECT TestName FROM dbo.Test”)
In UI designer I created a variable : tasksList :
- Type : External API
- URL : …/{{context.tasksList_ref.link}}
And finally I have nothing in my list in my form
Thank You