How to catch errors in Microsoft (Office365) Flow

When using Microsoft Flow normally, if some error occurs in the middle of the process, the action stops there. For example, suppose you have a Flow that retrieves a list of users from SQL Server and sends a Slack to those users. If there is a user in the user list, it runs fine, but if there is no …