How to handle Path Variable in UiPath Http Request Activity

Hi,

I have the following scenario in which I have to pass UUID in the URL which is the path variable. I am unable to find how Http Request Activity handles it. Can please anyone guide me on how to overcome this problem? I am really stuck and it’s much much appreciated!

3 Likes

in http request activity
set endpoint =
https://api.uploadcare.com/files/{uuid}/storage/

then add parameter uuid (type = urlSegment}

if you want to pass variable to urlSegment you can do it here

You can please append it to the URL @Umer_Shahid

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