Mar 07, 2024 01:28 PM
I am attempting to update multiple records in a single automation in a Synced Table. I am unable to update Synced Records from RunScript as I get 'Error: Edits to synced field "Stories Automation" (fldxxxxxx) are not allowed from this origin'.
I know I can use the native update record functions to update a single record, but if I put the items into a list attempt to repeat group I am given the error `Synced fields can only be updated in the last action in an automation. Move this action to the end of the automation, or remove the synced field.`
What are the options? I'm considering just using an API call to make the changes directly to the original table but am hoping I can do them locally.
Apr 22, 2024 05:40 AM
I'm getting the same error, in a somewhat different situation. This is the error:
"Edits to synced field \"Artwork Requested\" (fldUxxxxxxx) are not allowed from this origin"
In my case I'm attempting to update the field in the Synced table via the API.
May 07, 2024 06:45 PM
Same problem here as David Schwartz. @David_Schwartz1
Have you found any workarounds yet?
May 08, 2024 05:28 AM
Same here ... have bumped into both these errors today (first one in AirTable, second one in MAKE.com)
But as it stands I am not able to achieve my goal ... is this a bug ?
May 08, 2024 06:37 AM
Currently the only solution I have is to create a new field in the synced base, make changes to that field that is then synced into the original base and updates via automation on the original base. NOT ideal.
May 22, 2024 04:55 AM
Anyone know if there is an update on this? Proposed workarounds are clever, but cumbersome - feels like a bug to me
Jun 27, 2024 08:09 AM
Running into the same issue here. I'm trying to update a synced field via API and getting the same error message. Definitely not ideal to have to create the field on the synced table either..