I have a dynamic list with a checkbox on each row. When it’s checked, the row id is inserted into the datastore. When it’s unchecked, it’s removed from the datastore. That all works perfectly.
If the page is refreshed, I want the checkboxes to reflect the content of the datastore.
My thinking was a kind of ‘check if is in datastore’ but can’t find that condition in the Wappler UI.
Did something very similar with a select which needed to get the vale from the Data Store.
Not sure if this will help you down the right track.
Basically the Data Store is queried by the prod_ID and the value from the matching Data Store record is got.