I have a flow that uses the SharePoint trigger "When a file is created in a folder". I noticed that has been deprecated and I assume will eventually be removed as an option.
I use the "x-ms-file-etag" (this is the file path in a URL example below) value from this trigger
"x-ms-file-etag": "\"<string of 36 numbers and characters>,1\"",
The resulting string and the library ID number are inserted into an API call to set a sensitivity label.
With the trigger being deprecated does anyone have a suggestion for a alternate trigger that will include the x-ms-file-etag or equivalent?
Thanks.