Hi all
Can anybody help me, Thanks.
I have a toggle button, named check flag. I want to set its value to true whenever I update the record and insert in a Sql database. Right now, if the user switches it to true manually, a value of 1 is inserted in sql ( and 0 otherwise) which is behaving properly. In short, I want to eliminate this step of a user checking the toggle button, and having it set to true automatically on update, eventually hiding the toggle button.
I am having problems to insert the required codes before the SubmitForm (Form1). Thanks to guide me, ( I tried DataCardValue5.Value = true, but it does not work). Just for info, the PowerApps is integrated with Powerbi, there is no insert