How to use repeatable section in process cloud service form to populate an LOV within rows
Hi Experts,
In process cloud service form i want to implement a table of elements which will be having multiple rows and columns will be having LOV's.
Here is an example .
I want to populate the values from a rest api.
Ex [ { "userRole" : [ "LOV_VAL1", ""LOV_VAL2" ] } ]
It is able to loop over and populate the rows but it is not able to populate the LOV's within it.
Can someone share their experience if you have implemented this in the Process form ?
0