Hello All,
I am creating a flow where I need to read SharePoint list items then check if they have attachments, if they have attachments I need to process them. The process that I am using is using Get Items to get list items, then Get attachments to get the attachments in the list item and then get attachment content to get the attachment content. The flow runs slow as it creates nested apply to each, first apply to each in get attachments and 2nd apply to each in get attachment content. Is there a way to optimise it even if it's something related to send http requests it would be fine. Please guide if anyone has come accross this