Mark checkbox if certain options are selected from a list

For the button Saldar :
I’m not sure if I’m gonna say this properly, but FormulaMap() (See here :wink: ) kind of run a formula for each elements in “a list”

In this case, the list is ThisRow.Movimientos and the formula is :
for each CurrentValue (of ThisRow.Movimientos (which are the Cliente from [Movimientos]) mark the checkbox Saldado as True()

For the Filter(), It compares the 2 lists Cliente and Clientes and get only the Cliente where Saldado is False()

But, having played around a lot with buttons and checkboxes, for some reasons unknown to me, I also had troubles with that and found the solution in this post :

Hope this help a little :wink:

2 Likes