ATF:Unable to set field value in Knowledge formIssue When trying to set field value in Knowledge form using a template on ATF test, The test is getting failed with the error message "FAILURE: Unable to set field 'template.u_field_name' to value 'ATF Test'. Field 'template.u_field_name' is not present on the form. CauseThe custom fields are defined on "template" whereas fields are being set on "kb_knowledge" table. So it gave the below errorFAILURE: Unable to set field 'template.u_field_name' to value 'ATF Test'. Field 'template.u_field_name' is not present on the form.Resolution- The fields are being set on the wrong table.- Use the "template" table while setting the fields in the ATF test step.