Hey there,
i have a list where each item has a yes/no field. im trying to change the yes/no value to yes when i press a button.
i did this using this code:
Patch(werkplekken, LookUp(werkplekken, BUREAU = bureau_Details.Text), { BESCHIKBAAR: 1 } );
this works, sorta.. for some reason if i do this on 2 records sometimes it sets both on available, sometimes it sets 1 to available but keeps the other unavailable and sometimes it doesnt change either.
is there a different way to do this consistently?
please let me know if u need more info, thanks in advance 🙂