Web api uipath

Hello, is it possible to start robot with incoming XML file?

Some user clicks the button and it sends some XML file to the robot, then robots starts, doing some work and sending response back.

How can i make this service?

Thanks in advance

Yes, it is possible.

You need to create a Custom Activity for your requirement.

Hi @GeorgeRSB

You could also save the XML file in the location that the robot would monitor for new files with the Monitor events activity combined with the File change trigger activity and go from there.

1 Like