Good Morning,
I am new to PowerApps, in my latest app I have two SQL server connections. (one is a table and one is a view)
In my table, there is one field called PickResult which is int datatype. I need to update the values for this field using a submit button. The checkboxes in my gallery pull from a different SQL view than the table I want to update.
If PICK is checked then the PickResult value will become 1, if the FAIL is checked then the PickResult value will be 0.
It is possible to do this?
Thank you