Unable to open HTTP Request Configuration and edit through property panel

Hi all, i’m using HTTP Request from the UiPath.WebAPI.Activities.Runtime 1.21.1 but having problem opening the configuration of the HTTP request. I need to modify the parameters but not able to do so. I tried edit it through Properties panel but couldn’t open/ edit anything from there (please refer to the attached) . This doesn’t happen in the other process that using the same package version. Anyone knows what’s happening and how to fix this? Thank you!!

Hi,

If you use runtime package, can you try to replace it with UiPath.WebAPI.Activities package(without runtime) via MangePackage menu?
(Did you recover current project.json from existing package? )

Regards,

@wytwy96

Check this is helpful

Hi @wytwy96

This usually happens due to a Studio UI glitch or project mismatch, not the activity itself. Since the same package works in another process, the common fixes are:

Try closing Studio and reopening the workflow (sometimes the designer just hangs).
Switch the project Windows / Cross-platform compatibility and reload, then switch back.
Open Manage Packages, remove UiPath.WebAPI.Activities, restart Studio, then install it again.
Clear Studio cache (%localappdata%\UiPath) and reopen Studio.
If the workflow was copied from another project, recreate the HTTP Request activity fresh (corrupted XAML can block the editor).
Also check if the project language (C#/VB) matches the activity version.

In most cases, reinstalling the package or recreating the activity fixes it

Thank you all for the suggestion :slight_smile: this works for me after replacing the packages that’s without runtime

1 Like

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