- My goal: Get a value from a N8N workflow to a retool workflow then to a retool app
- Issue: The value appears in the logs (in retools) but I can’t get it to get in the response node to then use it correctly with a query from the app
- Steps I've taken to troubleshoot:
- Additional info: (Cloud or Self-hosted, Screenshots)
Hello @Ludovic_Gagnon! Welcome to the forums ![]()
To use the response node data in an app, I believe that app would need to be the calling source for the workflow.
In this case, I think you’d need to trigger your N8N workflow call/response within the Retool workflow itself. The Retool app would trigger the Retool workflow and then return the N8N data back to the app to use.
ETA: You could also consider writing the response data somewhere (like the Retool DB) and then query for the data within your app.
