I am using the "When an item or a file is modified" SharePoint trigger and adding "Get changes for an item or a file (properties only)" action. The SinceVersionLabel is not the previous version label but the one prior to that.
SharePoint Library version settings:

Power Automate Flow:
Trigger condition is @equals(triggerOutputs()?['body/{IsCheckedOut}'],false) to prevent triggering the flow each time a document is modified and only when someone checks in a new version, minor and major.

If I compose "Get changes..." the since version label on the example below should be 2.1, but it is showing 2.0.

My tests have shown...
1. When I edit a field in the view form, it will show the correct since version number when I check in after I have finished updating the properties. For instance the above example would have shown since version label 2.1 instead of 2.0.

2. When I click "Edit all" properties and then "Save" the since version number shows as the prior to previous number in the flow when I check in the document. This will produce the incorrect version number like the image shown above, which was 2.0.


Is this a bug?
Thank you!