Hi team,
I am using two web requests in same Jira Automation Rule and I am trying to fetch status code for both the requests in the end of both requests execution using {{webResponse.status}}.
But I am using two requests, how can I refer distinguish them as I am not sure for which web request status is returning using {{webResponse}}?
Hello @Ankit Rastogi ,
The variable {{webResponse}} refers to the last webhook in the automation rule. To be able to compare or track the two statuses you will have to create a variable with the action "Create variable" and save {webResponse.status}} as soon as you perform the first webhook. And after the second webhook you will be able to have the status of the first webhook with the variable created by you and the second status accessed with {webResponse.status}}.
Greetings, Jose Juan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.