Ok, so I’ve run into another little roadblock. I can insert information into my table and it all works just fine, however when I try to insert a new row I get this error - Query failed: Duplicate entry ‘3’ for key ‘agentId’.
Now, agentId is a foreign key relating back to another table, for some reason I can not have more than one row with this value. Any advice or further information you need?