Hi PowerApp Experts
I have made an app an have problem with identifying my actual problem.
I have 3 screens, browse screen, edit screen and display screen - and the interaction works perfect with the text boxes.
All my toggle boxes I have set to default: false - so when the user enters a new form, all toggle boxes are showing false value (that is what I want)
When all data is entered, it jumps me back to browse screen (works fine) - then I want to get the data displayed on Display Screen - all data fine, false and true values on toggle boxes - then made an edit button - goes to edit screen - then all toggle boxes are reset to default false.
I made a OnVisible; refresh('SP list'), but it stills display all toggles as false.
What I'm I doing wrong?
BR
Bo