I am working with the MySQL node and when I run a simple query that I know returns data, the UI just returns nothing and I get the message
Workflow got executed
Workflow did get executed successfully!
In the http request to the server I see the response as {“data”:{“executionId”:“77”}} with no data and I can see in MySQL that the query executed. Other nodes where I do inserts/updates/sql statements that don’t return data work fine.
Other node types that I request data, such as a google sheet returns what I expect.