A non-technical employee from AnyAirlines creates a hyperautomation solution. The solution needs to meet the following criteria:
-The process needs to begin when a record is created in Salesforce.
-Then, it needs to pass data to a pre-existing RPA process which includes a User Task for data integrity purposes.
-The output of the RPA process needs to be used to create a record in NetSuite.
According to best practices, how should this automated process be structured?
- 1. A MuleSoft Composer flow triggers on the creation of the record and calls the RPA process.
2. Then, the same flow uses the response to create a record in NetSuite. - 1. A Salesforce flow triggers on the creation of the record and calls too RPA process.
2. Then, the same flow uses the response to create a record in NetSuite. - 1. A MuleSoft Composer flow triggers on the creation of the record and calls the RPA process.
2. Then, a second MuleSoft Composer flow triggers when the RPA process is completed and creates a record in NetSuite. - 1. A Salesforce flow triggers on the creation of the record and makes an outbound request to a MuleSoft Composer flow.
2. Then, the same MuleSoft Composer flow calls the RPA process and uses the result to create a record in NetSuite.
Reveal Solution Next Question