Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Could not find a record with ID

Topic Labels: Automations
1379 3
cancel
Showing results for 
Search instead for 
Did you mean: 
The_Green_Drago
4 - Data Explorer
4 - Data Explorer

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: 

The_Green_Drago_0-1700141475428.png

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

The_Green_Drago_1-1700141484374.png

 

3 Replies 3
Sho
11 - Venus
11 - Venus

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?

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.