RPA EXCEL into ORACLE EBS FORM

I am creating a RPA for importing the data from excel file into Oracle EBS form. Can anyone guide me how can I do this…

@Muavia_Shakeel

  1. For oracle ebs you have two options one if you have api access can post data using them…else if using ui then install the UiPath java extensions and then you would be able to spy the elements …loop through the excel and write the data to different fields as needed

https://docs.uipath.com/studio/docs/extension-for-java

Apart from these there are few market place activities as well if you want to explore

cheers

If I provide the problems which I’m facing, So will you help me out?
Is there contact number

@Muavia_Shakeel

Can you elaborate what issue you are facing?

cheers

Can you share WhatsApp number…

@Muavia_Shakeel

First identify the elements you would get the table row or indexes for each cell in the table…usi g them you can navigate through the table…

And for getting data from excel use for eachr ow in excel…if there is a compatision that is to be made from another table then in the loop try to find if the info on excel is present in set information only then write the data else skip the row

Cheers

I don’t understand what are you saying
Can you provide me tutorial?
or any other source where I can contact you

@Muavia_Shakeel

Have you done your basic rpa training?

Because the requirement you are asking is not a straight forward one…did you try any part of it?

Cheers

What are the basic rpa training?
I had created RPA excel to google form

Can you tell me from where I can get basic training of RPA

@Muavia_Shakeel

please first do the training from this site…you will know what are the different capabilities and how to use

This one is not exact requirement but a way on how we proceed to fill data from a excel to a form or a page

cheers

I watch this video for web form filling for creating my first rpa