Zendesk Support Query - Ticket_comments requires ticket_id input parameter. Where do we enter this at?

I am using the Zendesk Support Query and trying to pull all ticket_comments from the table. However the component fails requesting a ticket_id as a parameter. Where should this be set and how can we make this more dynamic - to read from all tickets and get their comments?

Hello @mirzay

To achieve this you will need to get a list of the ticket (IDs) first and iterate through that list by passing the value into a 2nd call. Once you have done this you can get the information you need.

Kind regards, Joe