Hello Community,
I have a flow that pulls Zendesk tickets using a HTTP get request and then formats the custom fields in an Array inside an apply to each.
The flow is like this:
And the outputs appear like this for an example as there is currently 2 tickets that match the criteria from the HTTP request:
Essentially, how could I get any all of the outputs to list inside a message I want to post to a teams message like below as an example:
Current outages:
1 - White City - p3 - passive_outage - Residents Impacted: 6 - Businesses Impacted: 0
2 - Redbridge 14 - p2 - passive_outage - Residents Impacted: 51 - Businesses Impacted: 0
Above is just an example, some days there may be 0 tickets and other days there could be 10 or more when the flow runs.
I'd want them listed in 1 message thats posted rather than multiple or one for each output.
Thanks,
Jack