AJWilkens
8 years agoQrew Member
Ignore error generated by ImportFromCSV webhook
I have created a webhook that returns an error code 51 (Attempting to add a non-unique value to a field marked "unique") ...This is intended; I only want this webhook to create unique values on another table.
What could I add to this to ignore errors:
<records_csv>
<![CDATA[
%RepeatOn%
[Concatenate(fab).csv]
%RepeatOff%
]]>
</records_csv>
<clist>6</clist>
</qdbapi>
What could I add to this to ignore errors:
<records_csv>
<![CDATA[
%RepeatOn%
[Concatenate(fab).csv]
%RepeatOff%
]]>
</records_csv>
<clist>6</clist>
</qdbapi>