on 2024 Aug 04 2:23 AM
Hi Friends,
Currently I have a OData Service which is working fine in Postman when tested. Also I am able to call this service directly in Business Process Automation using JavaScript step without any destination.
The input payload for execution is:
Payload Info:
var url = "https://jsonplaceholder.typicode.com/posts/1" // a sample url
{ method: 'GET',
url: url,
headers: { 'Content-Type': 'application/json'}
}And this work good & perfectly also.
Now I would like to call the same service using BTP Build App using JavaScript step. I tried many ways. But unlucky.
Can any one help me on this for the payload given able please?
Thanks,
Ramani Nagarajan
Request clarification before answering.
| User | Count |
|---|---|
| 13 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.