OIC RPA to upload multiple records from file to Oracle fusion ERP
Summary:
We have multiple invoice records to create in Oracle fusion. The RPA agent is designed to pass only one parameter. So bot is logging in fusion for each record , creates the record in fusion and the log out. It is taking lot of time to process the number of records.
We would like to know if we can pass the entire file to RPA agent and RPA agent can login to fusion environment only once. the create all the records from file in fusion and finally come out of fusion cloud. We would like to save the time which RPA agent is taking to login to oracle fusion and logout.