
Announcements
Hi
I have obstacle that I can't really seems to solve my self. I think i have the logic, but lack of experience with Power Apps I have a hard time execution of it.
In a Form I have a dropdown that is a custom choice with values 1,2,3.
IF dropdownvalue = 3, then three date fields should be blanked/values removed (just visually) for better UX.
Then IF dropdown values goes from 3 to either 1 or 2, then text input fields should be blanked/values removed (just visually) for better UX.
Then IF, dropdown value changes from either 1 to or 2 to 1, date field and text input fields should NOT be blanked, then parent.default.
My though was to have a variable that stores the dropdown selected value, then it getting checked such that right actions is done based on the above logic.
Does any have a better idea for execution?
I am not sure where to store the variable and how the code should look like 🙂
Br