Zend certified PHP/Magento developer

How do I search for a specific character string embedded within the pagination of an Azure Logic App?

I have a handful of logic apps that I monitor and a few them will gather data in batches of 5 before sending them off to a different job to get processed. I can scroll through these batches 1 page at a time (within the same logic app run), but it takes forever to find a specific character string if I want to.

CTRL+F is no help. Since the results are paginated it can only search the page on screen. Any thoughts or ideas? I’ve explored the thought of setting up logging and maybe being able to query a certain character string w/ Kusto, but it seems like a lot of overhead to be able to find a few character strings.