on ‎2024 Aug 15 8:10 PM
I am able to successfully trigger the HttpRequest command in AP and it retrieves a 200 response from the GET request.
Then I cloned the HttpRequest and gave it a different name, putting it into one of my catalogs.
When I trigger the cloned command, using the same exact values/parameters that I did with HttpRequest, for some reason, there is nothing in the Output Values.
I'm stumped on this one. Has anyone run into this before and if so, what do I need to do to correct it?
Thanks in advance!
Ron
Request clarification before answering.
Hello Ron,
Here is the difference between cloning a custom command you've created and a provided one (like the HttpRequest):
- when you clone a custom crafted command, then all of its parts are cloned (apart from the new name you give it and the catalog it resides in);
- when you clone a provided command, then only the input and output keys sections are cloned. The steps in the command that perform the actual logic are not cloned from provided commands, hence you would have to add that logic yourself (in your case, you would add an executor with the provided HttpRequest command and use 'Automap parameters' option to fill the expressions for you).
Best regards,
Kostadin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 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.