Forum Discussion

AJWilkens's avatar
AJWilkens
Qrew Member
8 years ago

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>
  • This is a long shot but sometimes there are extra parameters that are not documented on one native or API actions but are suggested by their usage in other URLs. API_AddReocrd has an ignoreError parameter you might try:

    Also, it is often more successful to search the API pdf for what you are looking for rather than the HTML docs.

    https://help.quickbase.com/api-guide/quickbase_api_guide.pdf