hi there,
I was wondering if you guys can help me figure it out. I am stuck.
I'm trying to create a flow that will do the following:
When a file is created or modified in a document library, insert a date in a list column.
So say I have a LIST called TestList and it has the following columns:
First Name, Last Name, Gender, Date, UniqueID (which is a calculated field that concatenates the first 3 columns)
| First Name | Last Name | Choice | Filedate | UniqueID |
| John | Smith | R1A | | John_Smith_R1A |
| Jane | Doe | V2A | | Jane_Doe_V2A |
And then I have a DOCUMENT LIBRARY called TestLib which is where pdf files that are named exactly like the UniqueId on the list are saved (no metadata, just filenames). So the library will contain:
John_Smith_R1A.pdf
Jane_Doe_V2A.pdf
I need it so that every time a matching filename is placed in the library, the flow will run and put a date on the "FileDate" field of the matching list item.
Date is ideally the modified date. Also, only update ones with no dates so if a date exists then don't update it.
I tried to create this flow:

But in "Get Item" I can't get the "UniqueID" field. It is only showing me "ID" to pick from.
Can someone please help?
Thank you so much in advance,
CS