First thing you have to do to make sure the tx was sent successfully is to save the transaction hash as soon as it is available, to avoid situations when the user refresh or closes the page.
Use the event "Transaction ID is ready" and get the transaction hash from state "Transaction Hash ID"
Example:
To check if a transaction was successfully confirmed use the Get Transaction confirmation action from the Utils element.
Additionally, you can use the event "Transaction Sent Successfully" for the cases when user doesn't close or refresh the page.