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 AP...
You’re right that in my Button script I’m using input.recordAsync(), doing this:
let record = await input.recordAsync(‘Choose a record’, table);
Is there something about this that causes the script to run visibly in the side panel? That’s what I’d l...
What does it mean to “convert script to Automation Script Action”?
I have the same need to hide the app from running on the side. I have a Button that is set with Action = Run Script. In my Button script all I am doing is setting a value in a fiel...