This topic was automatically generated from Slack. You can find the original thread here.
I am trying to configure a “end_based_on_condition” step using the “[Object] Key does not exist or value is null or undefined” and I can’t figure out what I’m supposed to put as the initial and second values. If I leave the second value blank, the configuration is incomplete and I can’t test it. Other things I’ve tried are throwing errors.
Hi what you need to do is to set the Initial Value prop with the name of the key in an object and then you can set the object in the Second Value prop something like:
Initial Value -> "msg"
Second Value -> "{ "msg": "Hi!" }"