
As shown in the image, the parameter data is an object, and the selected condition is “Yes”. How should the input value be written to validate that data.key1 = 1?
I did some research and found a solution: {{ variable_name.object_key }} == 'target_value', but it doesn’t seem to work.
Could you please advise, what should be entered as the “input value”?