I want to pass a custom data type (a container with subproperties)as a parameter.
How do I specify the subproperty values in the parameter expression for the SequenceCall step? Can I specify some subproperty values, and leave the others at their default values?
I know that I could create a Local variable of the same type in the calling sequence, set it up in one step, and then pass the whole thing in the SequenceCall step, but is there a way to specify the values in the parameter expression instead?