I am getting SharePoint files, then create them inside Blob, but before moving the file i need to check if the file already exists inside the Blob, for this i used the "Get Blob Metadata (v2)", but this action will fail if the file does not exists.. so how i can overcome this?
now i am checking the status code if its equal to 404, the i assume that the file does not exists.. but how i can eliminate this? is there an action to check if blob file exists without the need to handle errors?
here is the flow, where the "Get file content" is configured to run even if the "Get Blob Metadata(v2)" fail:-
