I am having a Listbox and Button in Powerapps. Based on the Listbox multipleselection I should Update a Bit column in SQL.
In Listbox Items : Sort(Filter('[dbo].[TEST_TASK_MAP_VIEW]', TEST_ID = Gallery1.Selected.TEST_ID), TASK_NUM, Ascending)
In Button Onselect : Updateif('[dbo].[TEST_TASK_MAP]', ListBox.SelectedItems, {ISACTIVE: 0}) or
Updateif('[dbo].[TEST_TASK_MAP]', ListBox.SelectedItems, {ISACTIVE: false})
For both the above Updateif formulas, I am getting error. Can anyone help me how to update SQL column based on Listbox Selection.

Report
All responses (
Answers (