Hello Friends.
I need to know how to make a curl request like the one below using UIPath.
I will extract the data from SAP which is only: “grossmargin”: 0.0641 and need to make a curl request.
Can you please assists.
I appreciate your time and effort
have a look on the HTTP Request activity along with header / parameters / Body configurations
Or
using Curl via Powershell or Powershell Invoke-RestMethod Comandlet