lowcoder
lowcoder copied to clipboard
[Feat]: Query fails when depending on input
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
When you run a query which is depending on an input, the query fails if the input is empty.
Expected Behavior
The query shouldn't even run, if the input is empty.
Steps to reproduce
- add an input field
- create a query which is depending on that input
- run it without providing an input
Environment
No response
Additional Information
No response