When viewing the assessment instance, we get all the other record's questions as wellSummaryWhen viewing the assessment instance, we get all the other instance's questions as well STEPS TO REPRODUCE: Create an assessment [asmt_metric_type]Set the table to any table that extends task, [sc_req_item] for exampleAdd at least one category same table, with at least one questionCreate a trigger condition [asmt_condition]Create a new record in table that extends task that satisfied conditions set in [asmt_metric_type] and [asmt_condition] recordsNotice a [asmt_assessment_instance] record was created, view the assessment, it shows for the record you created.Create another record in the same table that satisfies the conditionsView the newly created assessment instance and notice that the previous instance's question shows up InstructionsThis is the expected behavior, the "assessable record field" you defined from the trigger condition should NOT be empty on the triggered record if you only want to include ONE assessable record because this is the only field to filter all other assessable records when generating the assessment instance. We need to select the parent field in order to filter out all other assessable records.Related LinksAnd from the documentation: Configure trigger conditions for an assessment [Required] Field on the selected Table that determines which assessable record will be the subject of the assessment. Only appropriate reference fields on the selected Table are available to select. If there are no Assessable Record Field options available, you must select a different Table.If the selected Assessment evaluates records on the Company [core_company] table and the selected Table is Incident, the only Assessable Record Field options are fields on the Incident table that reference the Company table. For example, Company or, if vendor ticketing is enabled, Vendor. If you select Vendor, the trigger condition sends an assessment about the Vendor for the incident, assuming there is an assessable record for the associated company. The assessment contains questions from all metric categories associated with the assessable record. If the selected Assessment evaluates records on the Company [core_company] table and the selected Table is Incident, the only Assessable Record Field options are fields on the Incident table that reference the Company table. For example, Company or, if vendor ticketing is enabled, Vendor. If you select Vendor, the trigger condition sends an assessment about the Vendor for the incident, assuming there is an assessable record for the associated company. The assessment contains questions from all metric categories associated with the assessable record.