Hi , I need help how to iterate a table column values to ValueList
-
i have a Customer table with column1 column2 column3. each column has multiple values
-
i want to set those values into value list.
any help would be much appreciated
Hi , I need help how to iterate a table column values to ValueList
i have a Customer table with column1 column2 column3. each column has multiple values
i want to set those values into value list.
any help would be much appreciated
If value list is not capable of receiving the data any possible property type you can recommend with sample please
Hi @BimboT50 , Create a valuelilst property,
Loop the pagelist property in Activity inside that add .valuelist(Append) = pagelistproperty().column1
@Satish Sudagoni hi, you mean, i need to create 2 properties. 1 as pagelist and 1 valuelist?
@BimboT50 No in here as suggested by Satish you need to fetch the data first by using Obj method or RD the results will be coming in pagelist value. Then you have to iterate on that results page list value to populate your Valuelist property. Hope this addresses your concern.