So I have been struggling to get an app to work .
All is in place but I need to change a varible after a record update.
So here is my code
Update(Table1_14,First(Filter(Table1_14, Name =DataCardValue1.Text && Time_x0020_Out<>Blank() && Time_x0020_In="")),{Time_x0020_In:Clock_5.Text, Location: "On Site"})
This all works but I want to add at hte end
&& UpdateContext({Variable:true})
can anyone help?
Rince