How do you run a Flow on a specific version SharePoint item version?
Create a Flow, then navigate into the Settings of the first step. Scroll down to Trigger Conditions and enter the following:
@equals(float(triggerBody()?['{VersionNumber}']),1.0)
Save the Flow and run a test.
The Flow should only process items / documents where the version is equal to 1.0.