I am facing an issue with Retool Workflows.
I am running the following query in both the Retool app and in a workflow:
SELECT * FROM form_submitted;
There are a total of 69 records in the form_submitted
table, and the query in the app correctly returns all 69 records. However, when running the same query in the workflow, only 6 records are returned. This behavior is inconsistent and unexpected.
To ensure there is no oversight on my end, I have attached screenshots for your reference.
I would greatly appreciate it if you could assist me in resolving the issue at the earliest.
In the screenshot below you can see there are 69 records in the form_submitted table:
Querying the same table in the workflow only returns 6 records:
And querying the same table inside the app returns the correct data:
What can be the issue and how to fix it?
Best regards,
Shehroz Irfan