-
Goal: After initially having retries configured for a query (eg. Retool DB), when I delete the
Retry count
andInterval (ms)
, there is an invalid state where the form validation shows errors, the written description at the bottom of the retry section is now incorrect, and refreshing the page rejects your changes. The correct behavior would check theRetry count
field +Interval (ms)
together such that if they're both empty, the form shouldn't have validation errors. -
Steps:
1. Create workflow with a single resource query to Retool DB
2. Set a nonzero number forRetry count
3a. Delete the number inRetry count
, then theInterval (ms)
--> you will have validation issues on both and the description below the wordExponential
will be incorrect.
3b. Delete the number inInterval (ms)
, thenRetry count
--> you will have validation issue only onInterval
4. ClickReset to default
and it will still show the validation issues and the button won't do anything.
5. Refresh the page, and you will see the deleted numbers reappear.
To get no validation errors when removing retries, you must not edit either field manually but instead use the little button for Reset to default
. It's important you click the reset button first, if you remove the values then hit the button, it won't work.
-
Details: Retool cloud
-
Screenshots:
-
App json export:
Workflow - Abhilash Nair - 6_09_10 PM.json (13.5 KB)