I open succesfully files and grab the content of released sharepoint files.
Then i try to get an historized file and it fail.
this worked: Siteaddress: https://domain.sharepoint.com/teams/Foldername FilePath: /Freigegebene Dokumente/General/Filename
and this not: Siteaddress: https://domain.sharepoint.com/teams/Foldername FilePath: /_vti_history/1024/Freigegebene Dokumente/General/Filename
Is this possible or not?
Since you select the "Site Address" and "File Path" in the "Get file content using path" action and it can't get what you want, it seems the action can't implement this requirement.
As a workaround, maybe you can try with microsoft graph api to download the file in your _vti_history
. Please refer to this document of the graph api. You can add a "HTTP" action in your logic app to call the graph api and download the file.