Hi all,
I am trying to build an Instant Flow that will do the following:
It will get all files from an OneDrive folder and compare the file names to a text column in a SharePoint Online list. If it finds a match it should upload that file to the corresponding list item as an attachment.
I have managed to get all files and all list items. The flow times out when it starts comparing the file names to the text from the column.
My flow looks like this:

Any help would be greatly appreciated.
Thank you