How to run connector for multiple rows fetched from a table by data request - Orchestration
Hi, I have requirement below
1. Get data from table based on some input parameters: For this I have crated a data request which is working fine.
2. Based on output values from step 1 it should check values in third party software and return values: For this I have created Connections and Connector.
Can you please guide me how to map output values from step 1 to step 2 (connector) and also incase of multiple rows in step 1 connector should called multiple times based on the output I mean it should trigger for each and every row for output from step 1.
Thanks GNB