Variables and assertions

Can a lua expression in an assertion read the value of a variable?

I will move to feature requests if not.

@whitecaps The assert block does not offer introspection about the current sequence yet, but it might be possible with the addition of helpers. Eg: adding a getVariable("parent"); helper.

I will pass this along to the team for consideration as a new feature. I definitely see the usefulness of this.

1 Like

Thanks @RickCarlino

1 Like