Unique key violation error creating a new record via scriptIssue A workflow run script activity attempting to create a new record in a custom table, when submitting a catalog item, fails and throws a unique key violation error.ReleaseAll.CauseThe workflow step is trying to insert the record with a wrong column name.ResolutionCorrecting the column name fixes the insert statement and the workflow is resolved.