Error when posting an update to a linked table

Message seen when the stalled sync is invoked manually, for example : 'Unable to add row to table 'Photo'. → Table 'Photo' does not allow this operation. Expression result: '{exprResult}'. Expression Trace: {exprTrace.SerializeForViewing()}'

I have previously been able to add 100s of images. Any suggestions please. Thanks

1 6 414
6 REPLIES 6

What?

Steve
Platinum 4
Platinum 4

Please post a screenshot showing the error message.

Make sure the table in the app is configured to allow adds.

Make sure your data source (a spreadsheet?) allows the app to modify it.

Make sure your primary data source (Google Drive?) allows the app to upload files.

Make sure your primary data source has sufficient available space to receive the upload.

Please wait on me. I have found unexpected results from a switch(context)
expression controlling table actions. More next week. Thanks

Photo added and sync stalled at 1 to go

alanoe_1-1664573142918.png

Click to force sync.  Get Error message

 

alanoe_2-1664573268035.png

I will report on the other questions separately.  Thank you

I'm having same problem after copy a app from another account (my also). 

I use this expression on first account: 


SWITCH(
USEREMAIL(),
LOOKUP("ADMIN", Cadastro de Usuarios, "TIPO", "E-MAIL"), "ALL_CHANGES",
LOOKUP("Sócio", Cadastro de Usuarios, "TIPO", "E-MAIL"), "ADDS_AND_UPDATES",
"READ_ONLY"
)

Now, using the same expression on the same app but on another google account is failing. 


Obs.: I copy the data base to the new google drive account also. 

Please start a new topic for help with this.

Top Labels in this Space