Hi
i have one use case.for every record i have separate url.i have to call the api from client action because all url are not same.can anyone plz tell me how to call that dynamic api and i have to pass some value through JSON format.
Hi,
How do you build the URL to call? URL is dynamic but domain is the same? What change in your URL?
Transid is different and url is also different
Completely different or just some parts like the domain?
You need this or something similar: https://www.outsystems.com/forge/component-overview/9441/dynamic-rest-api
Another way is to call the API with JavaScript.
Regards
Hi Arkyadeep Bharadwaj,
in this way u can call the api from javascript using httprequest object
Please find attached oml for this, check screen with name APITestJs.