Hello,
I´m trying to create an "Update Status" Button in my APP that will update a field in a row of SQL Table.
The function used was:
Patch( '[dbo].[dbo_ft]'; First( Filter( '[dbo].[dbo_ft]'; fno=Value(DataCardValue13.Text) ) ); {fref:"2"})
When clicked the button, the action occurs with no errors but the field "fref" in the SQL table doesn´t update to the value "2".
Anyone knows what could be the problem?
Thanks in advance.