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?