Save marked row to database

Hi,

I have a form and when it loads, the dataprocessor debug shows:

row 1380597510748 marked [inserted,valid] - which I know says it’s working

My question is, how do I set row 1380597510748 to a variable so that it saves to the database?

I have form type: hidden, name: tid, i’ve set tid up in my datastore, and everything saves but this row number.

Appreciate your help

Thanks,
Brian

Set the name of field as “id”
In the above case are you loading some already existing record or creating one.
If you are loading existing record - can you provide the exact code of the command. As form must detect and preserve the ID of the row.