Query String Events
Query String Events
These events are used when a query object finishes talking to a remote source.
On Query Finished
Fires when the query completes successfully and data is ready to use. This is where you would usually continue with JSON parsing, variable updates, or showing the returned data in the UI.
On Query Error
Fires if the query fails. Useful for showing an error label, retry button, or fallback message.