Accessing data in a webform table from a connector
Content
Background
We have are using OIC (PCS + ICS + VBCS) 19.2. In PCS we have a web form with a table. The table has 5 columns. Each column has a text input. Users can add an indefinite number of rows to the table and must fill out all 5 text inputs (for each column of that particular row). Upon submission we have an integration that accepts a POST request and returns a json payload. The integration needs to take the values from the table and send them to the integration upon submit through a web form connector.
Question
We have been able to create the integration, add it to the BPM project as an integration, and create a connector in the presentation tab of the form. We put an event on submit to call the integration and if the response has a particular value we prevent submission and show an error message.