Good Afternoon Guys, I am following the step by step link
(ServiceNow - RPA Component | UiPath Marketplace)
to automate the insertion of data in a servicenow table.
However when running my project I get the following error:
I made and tested the connection with my instance normally, but this error occurs during the project run …
Can you help me? I attached the project for assistance. ServiceNow_Example.zip (30.0 KB)
From the project you provided, I was able to insert into the incident table when I populated values into variables of my Service Now Dev instance. Can you check if all your variables are populated before entering Insert Record is called
The error is "RemoteException wrapping System.Net.Http.HttpRequestException: An invalid request URI was provided. The request URI must either be an absolute URI or BaseAddress must be set. —> RemoteException wrapping System.InvalidOperationException: An invalid request URI was provided. The request URI must either be an absolute URI or BaseAddress must be set.
So for now, than variables can you try putting the values of client id, secret, username, password directly and run your workflow?