Hallo,
I have a recurrent flow that runs every day and reads 3 excel files uploaded in SP Doc Library.
I initialize the file names in 3 variables as they are fixed.
Then i use the Get tables excel connector.
However if the file name is not found, the flow fails.

I use 3 parallel actions for Get Tables in order to get all 3 files.
How can i make sure if there is any of the 3 files missing and prevent flow from failing?
In the get tables *File i am building the Name of file:
concat('/subFolder/File Name PROMO ',variables('var_DATE'),'.XLSX')