ATF: Custom UI Step Config - Assign Output Variable value
Hello all,I have a custom UI Step Config where I am using input and output variables. So, in the Step Execution script area, trying to assign some value to the output variable like: step.outputs.my_variable_column_name = "some value"; I can get the...