HI,
I'm trying to make a flow to push in sharepoint list some field of sharepoint library.
I have a sharepoint library with a Word template which include some properties form library columns.
So, when someone create new Word file in this library, I want to push these data in a sharepoint list.
Normaly it work fine... but when someone clic on "new" "element" sharepoint create automaticaly the new word file with all properties empty, so the item create in sharepoint list is... empty. I try to add a "timer" but it is difficult to master the time each user will get to fulfill his word file, and of course if the file is modified later, it is not taken into account.
I try with the "when a file is create or modify" connector I think is the good way but actually the flow create a new item for all new file and all word automatique saving...
I use the triggers "When a file is created or modified (properties only)" > "Get file properties" > "Get items" > Condition If item already exist or not > "Update item" or "create item"
Do you think it's the good way? how can I discriminate the Item? I have never Make Odata filter and I don't understand how it work.
Thanks a lot.