hello everyone
I have created a workflow to import employee data from an HR system to a SharePoint list using the HTTP premium connector. Currently, my flow starts by deleting the existing items from the list, and then proceeds to import the data using the HTTP premium connector. However, I want to incorporate a check to ensure that the HTTP response/connection is available.
In the current flow, the items are deleted first, and if the HTTP connector fails, the list ends up empty. Therefore, I would like to implement a check to verify if I can establish a connection with the premium connector to the HR system. If the connection is successful, the flow can proceed. See screenshot:

I would appreciate any suggestions on how to approach this issue. Thank you.