How can I pass a list of object value from microflow to dropdown

1
I have fetched a comma separated value ‘ABC,DEF’ from the database and splited it using java action call splitstring function and the final result is [ABC,DEF] , its in the form of list of objects from microflow. Now i need to pass this list of objects values to drop down. How can this be done???    
asked
1 answers
0

Hi Jayashree

You could use a reference selector (Select using Dropdown) and constrain your dropdown list  using an Xpath or microflow in Selectable objects tab

answered