I have a Power App that uses the V2 trigger to upload a file into a SharePoint Document Library. I also have a SharePoint list that contains a list of attributes, and I would like to either:
- Move the uploaded file from my Document Library to my SharePoint list (after looking up the particular row I want to insert into)
- Or create a link to the Document Library file and insert this into my SharePoint list under a column called "File Link"
I have a unique Identifier column called MyID, how can I pass this value so that I can filter my SharePoint List where MyID = MyID, and either attach the file or create the path link in the SharePoint List?
This is the flow I currently have but I am stuck on the Get Items part, as I can't get the filtering to work.

This is how my Power Apps trigger is configured:
