Failure conditions

I am a non-developer learning about failure conditions.

I created a simple failure. My condition finds a true value and displays a subtle notification across the bottom of the screen in edit mode, but nothing useful to a user is displayed in preview mode. I do see the error in the Console.

Below is a screenshot on my configuration. Suggestions appreciated! I assume I've missed a step.

Hey @awilly! Would adding a Failure event handler to trigger a notification work for you instead? I believe the query failure you’re currently setting up is only for the developer (so, only a subtle message in edit mode) which isn’t the most helpful.

Thanks @victoria! This is exactly what I needed.