TheAdd Attachmentoption is available in theUiPath.WebAPI.Activities.HttpClientactivityonly when using POST or PUT methods, as these methods are designed for sending data (such as files or form data) to the server. GET, DELETE, HEAD, and OPTIONS methods do not support body content in the same way and are typically used for retrieval or metadata operations.
[Reference:UiPath Web API Activities Guide > HTTP Request Activity > Request Configuration, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit