I'm working on a workflow that inserts a record into an Azure SQL database. When I try to insert a single record, I get the following error. Duplicate Key Was Ignored. Insert into [...].
When I run the same workflow but insert two records (the exact same reocords) everything works perfrectly and I get now errors.
In the case of two records, I'm using the two follow records:

In the case of one record, I'm using the following record.

Here are the results I get from my workflows

Each of the output tools are configure identically as follows:

Has anyone seen something simlar to this. Is this a bug or am I missing something obvious? I appreciate any thoughts or ideas you have.
Thanks,
Jim