I am new to flutterflow so please excuse the newbie question but cant find the answers anywhere and its driving me crazy as im sure its a simple fix. I have a checkbox inside a list view/row that has dynamic child values populated from a GET request and a button to send these checked values to a PUT api.
When I run the test app and select some values and then click the button, it seems to send 2 requests to the api rather than 1 and in both requests the array is [].