I’m using a “Webhooks by Zapier” step to GET a list of task names out of Jira. The problem is that Jira API only sends me 100 results as a time and there are 705 total. I need all 705 names to be in a comma separated list so I can use them in a later step.
How can I do this?
Can I use a “Code by Zapier” step to some how store these values in “memory” and then use the entire list of 705 in a later step?
Thank you,