Inserting record on [sn_vul_vulnerable_item] table doesn't trigger the flowIssue The flow trigger condition is set to Created or Updated of the record on [sn_vul_vulnerable_item] table. Updating a record triggers the flow. Inserting a record doesn't seem to trigger the flow.ReleaseParisCauseThe issue is documented as a product defect PRB1540542ResolutionWorkaround: After commenting on line number 56 of the script includes VulnerableGroupRule flow is getting triggered on the insert of the record.Whenever the item is added to the group we are updating VI with setworkflow( false) which is causing the flow to not trigger.