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.
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.
Find your run link on the history page. Format: https://www.gumloop.com/pipeline?run_id={{your_run_id}}&workbook_id={{workbook_id}}
Make it shareable by clicking “Share” → ‘Anyone with the link can view’ in the top-left corner of the flow screen.
Provide details about the issue—more context helps us troubleshoot faster.
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.