This topic was automatically generated from Slack. You can find the original thread here.
How can I default a value from an event to null/blank if it doesn’t work? I tried using: {{steps.trigger.event.testMode || ""}} but it still returns Cannot read properties of undefined (reading 'testMode'). The testMode value is not always in the event but when it is I want to use it in the next step.