Skip to main content

Could not find a record with ID

  • November 16, 2023
  • 3 replies
  • 38 views

Forum|alt.badge.img+2

So I have two tables the "products" table and the "Wholesale Products Sync", the trigger of this automation is when a field is unchecked in the "products" table I would run this find records action: 

then I would run this script to delete the record in "wholesale products sync" but I get an error: 

 

3 replies

Forum|alt.badge.img+21
  • Inspiring
  • November 17, 2023

Is Wholesale Products Sync a Sync table?
It looks like you can edit it if you have an Enterprize plan, but normally it is not editable. So "Automation" would also result in an error.


Forum|alt.badge.img+2
  • Author
  • New Participant
  • November 17, 2023

Is Wholesale Products Sync a Sync table?
It looks like you can edit it if you have an Enterprize plan, but normally it is not editable. So "Automation" would also result in an error.


@Sho What type of limitation is this?


Forum|alt.badge.img+21
  • Inspiring
  • November 18, 2023

@Sho What type of limitation is this?


I tested it and this is the error I got when I tried to delete a record in the Sync table.

ERROR Error: You are not permitted to perform this operation because the table "table" (tbl~) has been configured to limit who can perform this operation at main on line 5

Are you specifying the record ID of the product table instead of the record ID of Wholesale Products Sync table? Please check.