Is it possible to call and initiate a UiPath process from Excel? Maybe through a macro?
I have some processes steps that the users use within Excel and I would like to introduce for some of these steps to call UiPath. Is it possible?
Is it possible to call and initiate a UiPath process from Excel? Maybe through a macro?
I have some processes steps that the users use within Excel and I would like to introduce for some of these steps to call UiPath. Is it possible?
Hello.
I guess you can send a REST call from Excel vba to UIPath. Here you can find the details. Now for how to call a REST API method I haven’t done it before so I don’t know but from what I googled it doesn’t seem that difficult. Alternatively you can have the excel opened by the robot and the robot waits for the user to start the macro with user events.
Hope this helps.