How can i change the query error message from Query Error (queryName): {"code":605,"message":"error message details"}
to a simple text message when a query is triggered and has an error ?
Hello @truparse, and welcome to the community! Sorry for the egregious delay here, this one slipped through the cracks
You can use error transformers for this (https://docs.retool.com/docs/transformers#error-transformers). You’ll basically want to parse your error message and if it matches this, you can return a string with your desired message. Let me know if this helps!