Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I'm creating a Jira automation to send a web request to a third-party tool and create a ticket based on the response. The logic is as follows:
[{ "key1": "value1" }, { "key2": "value2" }]
.endpoint?parameter=table.get("key1")
.variable.section1
.Is there a way to pass each key into the initial web request to avoid repeating steps 3-5 for each lookup key?