Hi there,
it seems that I'm just too stupid today.
So, I have a gallery based on a collection. When I click a symbol, it opens a form in edit mode:
ClearCollect(colWaiverEdit;Filter(Table1_1;WaiverID=ThisItem.WaiverID));;
Navigate(New_Waiver_1;CoverRight)
then I have toggles in the form, both based on an text field in excel (values "important", "not important".
But no matter what I try, the toggles seem to have random values when I open the form.
I currently have un the Default value
if(thisitem.Importance ="important";true;false)
All the rest works, so when I change the value and submit, the underlying data will update and the excel table shows the new value but when I open the form the next time, it has not necessarily something to do with the underlying data.
Any good ideas?
Thanks, SVM