Forum Discussion
RichardPfister
8 years agoQrew Cadet
I am getting this same error message but cannot figure out how to fix it. Did you ever figure out why you were getting this error?
my API_EditRecord returns:
<action>API_EditRecord</action>
<errcode>30</errcode>
<errtext>No such record</errtext>
<errdetail>Sorry, there is no record in this application table with the record identifier (rid) of "4294967295".</errdetail>
The API call is using <key> [Unique ID] </key> in place of rid.
[Unique ID] is the key field on the destination table and there is a matching field also called [Unique ID] on the source table. I have triple checked that the values match.
This webhook worked fine on another table but then I had to replicate it on a new table and now it is throwing this error. The main difference I see between the two (source) tables is that the new one that is not working is a connected table.
Any ideas are greatly appreciated.
my API_EditRecord returns:
<action>API_EditRecord</action>
<errcode>30</errcode>
<errtext>No such record</errtext>
<errdetail>Sorry, there is no record in this application table with the record identifier (rid) of "4294967295".</errdetail>
The API call is using <key> [Unique ID] </key> in place of rid.
[Unique ID] is the key field on the destination table and there is a matching field also called [Unique ID] on the source table. I have triple checked that the values match.
This webhook worked fine on another table but then I had to replicate it on a new table and now it is throwing this error. The main difference I see between the two (source) tables is that the new one that is not working is a connected table.
Any ideas are greatly appreciated.
RyanHuffman
8 years agoQrew Cadet
Was this ever resolved? I seem to be having the same issue when users employ the recently added "Save & Add New" functionality. When they use "Save & Close" everything still appears to be working as intended...