FAILURE: Unable to set field 'YYYYY' to value 'zzzzzzzzzzzzzz' in ATFIssue Unable to set the reference field and facing the error - "FAILURE: Unable to set field 'YYYYY' to value 'zzzzzzzzzzzzzz'" - For example, the column 'SNC' is of type reference where the reference table for this column is 'u_ref' - This column 'SNC' exist on table 'u_table' which stores problem numbers - Set the 'SNC' field with the value of the previous STEP('submit the form' on the problem table that creates a new problem) via the STEP -'set field values'(reference values) - But ATF is unable to set the field and throws the aforementioned error. - ATF is unable to set problem id on the column 'SNC' ReleaseAllCauseFor the reference fields, ATF is only able to set the field with the value of their reference table.ResolutionAdd the STEP - 'Record query' on the table - 'u_ref' to get the details of the newly created Problem.Assign the value of the previous STEP - 'Record Query' value to the column 'SNC'.