Enhance the Template Builder sandbox

Would love the ability to test the {{trigger.xxx}} values in the Sandbox Builder to help build quicker templates.

Maybe the ability to add
trigger=something_id

in the header for testing…

right now, we have to reload automations to test out these advanced automation features.

THANKS
carlo

Why not:


{% set trigger = {'attr1':1,'attr2':'test'} %}
{{ trigger.attr1 }}
{{ trigger.attr2 }}
2 Likes

Yeah. Just learned about that handy set command from @dale3h the other day. That seems like it will work perfectly. Mark this one as done. :slight_smile: