I'm struggling with this - I have a Document Library with some custom columns, one being a unique identifier (not the ID column)
I want to check a separate List to see if that unique identifier exists (same column name in both places) and if it does, give me the ID of that list item so that I can use 'update item' next...
and if it doesn't exist, use 'create item' with the thought that future updates to that newly created item would match the identifier already in the library and use 'update item' for subsequent changes.
I have gone through about 30 articles now and I don't know how to *extract the list ID for that item* if there is a match, so I can update it with information from the library's columns (mirrored.)
Please let me know if you need further information, thanks!