Wait - On Form Submitted | Inserting Dynamic Information into Form Description

I’m trying to insert dynamic information into the “Form Description” field, but I keep getting the error “ExpressionError: No execution data available”.
Does anyone know if this form only accepts fixed information, or is there a way to include dynamic information?

Information on your n8n setup

  • n8n version: 1.52.2
  • Running n8n via: Docker

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Alfredo_Ferreira

Thanks for posting here and welcome to the community! :partying_face:

Unfortunately at the moment it is not possible to pass in dynamic data in the form description. The Resume on Form Submitted option is built is a wrapper for the n8n Form Trigger Node, which cannot take any data input by design.

But feel free to vote on this feature request here:
https://community.n8n.io/c/feature-requests/5


One feature request we have recently put into reality is this one:
https://community.n8n.io/t/n8n-form-trigger-url-parameter/33407/

You can populate the fields via query params.

image

We will be updating our docs soon to reflect these new features.

:arrow_right: as you can see, we appreciate our user feature requests and are constantly working on implementing those as much as possible :slight_smile:

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