I'm looking to compare the version properties of two different files in SharePoint, with both files being in the same library. The only difference is the language contents of the files.
File A would be named F1_CH01_EN_NAME.
File B would be named F1_CH01_DE_NAME.
Issue is, I can only figure out how to manage one file per flow by triggering when File A is modified and getting the data for that File A with no way to relate to File B.
Is there a way I can create a conditional statement that if the version numbers are not equal, email myself there is a difference in version numbers?