Hi guys,
First try to build an app, sorry for my ignorance with these issues.
I make a Microsoft list with:
Linea: text Field
Evento: text field
Inizio: Date/Time field
Fine: Date/Time field
Durata: calculated column.
Now, i have to update the rows of my list with just a button.
For example, we have button1 wich have to:
-set Linea field to "T6" value
-set Inizio field to now
-set the Fine field field of the previous row to now
-set Evento field to "Blocco"
and then publish these info on my list.
I try both the set and update context apporach (I prefer "set()" because i lice to use global variables) but the corrector says that i'm using unexpected characters:
For example:
Set(Linea: "T6");
seems that ";" is unexpected".
Am I doing this on the right way?
Thanks.