I need to have a tabular form where I get data from a rest service and each row would have a radio b
Summary
I need to have a tabular form where I get data from a rest service and each row would have a radio button and the selection of radio button should submit the selected row:Content
I have to create a dynamic form as shown above in Process cloud. we have a json array of fields productNumber,serialNumber and date. For each json array we need a row with a radio button and then on selecting the radio button and submitting the form should submit the selected row. Please help.
1