Send Email Notification Wont Send

I have a successful flow however it does not seem to register the ’ Send Email Notification’ as the final step. The flow is running to success multiple times and I have tried a few different steps aside from hardcoding in an email to get it to pass the email address captured in the UI in the final step.

https://www.gumloop.com/pipeline?run_id=ZNvRda9ccHJ5yPymSyYSfJ&workbook_id=9RsdPorChFojGNprpBWFwy

Hey @Rich! If you’re reporting an issue with a flow or an error in a run, please include the run link and make sure it’s shareable so we can take a look.

  1. Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}

  2. Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
    GIF guide

  3. Provide details about the issue—more context helps us troubleshoot faster.

You can find your run history here: https://www.gumloop.com/history

Hey @Rich – Your flow stopped before reaching the combine text node and the email notification node because not all inputs were present. One of the drive file writer nodes failed and didn’t produce an output, which caused the combine text node to not run.

To keep the flow moving even if a node fails, you can format an error message and use the Join Paths node. That way, there’s always an output—whether the node fails or runs successfully.

I’ve set it up on one of the drive file writer nodes here: https://www.gumloop.com/pipeline?workbook_id=j31ME6xXqePEzmu9F5wHrH

Let me know if this makes sense and works for you.

1 Like

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.