Client Security Hash Assignment- Getting Error while trying to update the first Work Item

hello there,
hope all r enjoying the holidays. Please, whenever anyone gets a chance to help me through this error… I have been spending days on this. Thank you.
Main.xaml (52.2 KB)
Error: After getting the first client info, while coming back to the page to Update WI, the page is blank



Hi,

Check your url in your first image. Looks like you are joining the main page with the work-item page incorrectly when formulating the work-item url.

Regards.

1 Like

so what do i do exactly? i m not sure

image

This url should actually be:
https://acme-test.uipath.com/work-items/605205
(you can try this manually)

I think you are joining the “work-items/605205” with the login url. You need to join it with the main url which is “https://acme-test.uipath.com/

So, check your config or assets where these strings are stored to make sure you have the correct urls. Also, check your Navigate step to make sure you are sending the right url string, which could be the issue.

Regards.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.