Can't read the properties inside data and data itself remains undefined

Hello there. I ran into a problem while trying creat my first small app with a basic update function.
I tried to make a query that allowed me to update multiple rows on a table. It gave me this error. I try to connect to Id primary key of the dataset and it gives an error saying that it it can no longer read the properties inside data and data itself remains undefined.

Billede1

. I'm unsure of what went wrong.

Hi @Peter_Hageso,

Thanks for reaching out! The screenshot is showing as a little blurry for me, but it looks like your table is currently set up to only allow one row to be selected at a time.

selectedRow will not have a data property. It will only be an object where the key values are the single row's data:

I'd try tableName.selectedRow.id and see if that evaluates correctly :slightly_smiling_face: