Hello,
I need to develop an automated process using UiPath RPA. The main task is to monitor and process information about equipment movements in the 1C system, as well as interact with a website to create the corresponding transfer acceptance documents. I would like to know which tools and methods would be best suited for this task and receive advice and recommendations from experienced forum members.
I would appreciate your ideas and advice on this matter. Thank you!
Hi
Welcome to UiPath
There are multiple ways to do this integration
You can try with either UI interaction where you can try to interact with application through its front end using UiPath activities
Build ur bots with UiPath studio and drag and drop activities as you need or u can do Record if your actions as well which will generate the bot workflow for you
https://docs.uipath.com/studio/standalone/2023.4/user-guide/about-recording-types
Or
You can try with api calls and get the data u need using HTTPS REQUEST activity
Refer UiPath academy as it provides a wide range of online courses and tutorials on UiPath products and technologies.
Cheers @ZAKER
Welcome to the community
There are wide range of activities depending on how you want to acheive the solution to problem statement
Few ways
- Using ui interations .you have recorders and the ui related activities which works with actual application or ui
2, you have option to go with api using http request or importing them as integration services - If both of the above dont work…then you have cv activities which help in identifying the elments with a different technology called computer vision and automate the task
To learn all of these would recommend to go through uipathacademy…which is a house for many courses on how to use each and every activity that is specified above
Cheers