Could not add row

Hi all I added a row from a form, and It took forever for loading…

I cancel, then sync again and the app show this one

0 4 96
4 REPLIES 4

Hi! I’m not sure but I wonder if there might not be a problem with how keys are being determined because the error mentions “an item with the same key.” Here’s how to avoid duplicate keys:

I did use uniqueid for that column…

CONCATENATE(
“SR”,
RIGHT(
CONCATENATE(
“0000”,
COUNT(Requests[Request ID]) + 1
),
5
),
“-”,
UNIQUEID()
)

Thanks! I’m not sure then. It might be a good idea to contact support:

Thanks @Kirk_Masden. I am contacting Appsheet support

Top Labels in this Space