I'm currently using a flow which create a notification in a Teams channel when a file is create in a SharePoint library.
I would like to extend the function to also have a notification when the files are modified.
The problem is it create a large amount of notifications even the user modifiy up to a 1 tipo in the file.
So I would like to restrain the notification with this idea : IF file is <in use> THEN abort notification.
I went through all "get file property" actions, but could not find which property I could use to put in place my code.