Forum Discussion
Conditional/Visible Fields Disappear Between Screens
- Aug 29, 2020
I actually just found the problem.
I realized that it wasn't doing the problem every single time - it was only happening when "Quality - Job 7" was selected as the meeting type. Any other selected meeting type was keeping the conditional fields.
Basically, I was switching the variables already in the OnChange of the Meeting Type dropdown field, BUT I had the vJob7 variable also in the screen's OnVisible setting. Once I removed it there, it works perfectly!
Thanks for your help Eva Vogel - you actually made me start thinking more about and troubleshooting the variables
Thanks for your screenshots. Looks like you have to insert a variable, that is able to store the filter before or when switching to the 2. screen. With that variable it is possible to store the original filter conditions with that dropdowns. And on switching back you have to activate again that filter variable. Find out about variables in PowerApps Logics, like that tutorial here from April Dunham, maybe this helps... https://www.youtube.com/watch?v=yYqrUpCH1Ao
Greets, Eva.
- StaceyLaneyAug 29, 2020Copper Contributor
I actually just found the problem.
I realized that it wasn't doing the problem every single time - it was only happening when "Quality - Job 7" was selected as the meeting type. Any other selected meeting type was keeping the conditional fields.
Basically, I was switching the variables already in the OnChange of the Meeting Type dropdown field, BUT I had the vJob7 variable also in the screen's OnVisible setting. Once I removed it there, it works perfectly!
Thanks for your help Eva Vogel - you actually made me start thinking more about and troubleshooting the variables- Eva VogelAug 30, 2020Iron Contributor
Dear StaceyLaney ,
I am happy to be helpful with that variables stuff. There is always new stuff to learn on the new logix, I know
Thanks for your feedback!Greets,
Eva