how we can call API with Form parameter?
I have an API that has parameter form loaded and it's responding success when I use postman. Could you please guide me on how I can use form-loaded parameters instead of JSON in OutSystems using the Rest API post method?
Hi Ashish,
You can use below forge component -
https://www.outsystems.com/forge/component-overview/4026/multipart-form-data
Download the demo and check-
Thanks
Vinod