Retry query after failure

How can I auto retry a failed query in a retool web app?

The query is triggered on selection of a component. I don't see a way to do this without using workflows, but a workflow can't be triggered by UI selection as far as I know.

Resource queries

Hi @Only_Creators,

Since Workflows supports retries natively, I would suggest that approach. You can create a Retool Workflow query that triggers a Workflow

We also support return blocks in Workflows, if you need to send data back to the app