Is there a way to display a final webpage to present the output of an automation once its execution is complete? This feature would be especially helpful for manual automations. Ideally, it would function similarly to the n8n form trigger, but instead of capturing input, it would display the resulting information.
It would be great if this could appear as a pop-up window or a redirect to a new page. This would enhance usability and make it easier to review the results directly.
Yes this is possible, depending on your workflow. If you can trigger it via webhook then you can use the Respond to Webhook node and set it to respond with a HTML page for example.
Here’s a demo:
PS. we’re also looking into providing this response-functionality to the Form Trigger in the future