Hello! I have a flow in community version that process a lot of web hooks. One of the parameter of the webhook is request_id variable. How can I find execution based on for example request_id = 123? Search execution by variable available only in the commercial version. Have I any opportunities to write request_id and execution_id to custom log file?
Information on your n8n setup
n8n version: 1.25.1
Database (default: SQLite): Postgres
n8n EXECUTIONS_PROCESS setting (default: own, main): own
You can find that info in the n8n database (execution data table, or something like that. But if you have chosen the workflow option to save execution data and if it didn’t get overwritten already). You can also return the execution ID in the webhook response to simplify troubleshooting in the future