Hello,
I'm developing a PowerApps form with multiple tabs. I've created a table for the tabs and asigned each tab a numeric identifier. I'm associating the datacards to specific tabs by using the Visible property. E.g. varTabSelected=2.
Within this tab, I have multiple datacards. I also have a drop down value with two options Yes and No.
How do I go about controlling the visibility of the other datacards based on the selection of the drop down value.
What I want to show is, if License Required = Yes, then show all the other datacards. Else, leave it hidden.
I'm fairly new to PowerApps, so I'd appreciate if you could be descriptive with your responses.
Thanks
Based on my understanding of your question here is your scenario:
You have Tabs that set variables and if these variables are true or equal a certain thing you show certain datacards.
You are now wanting to keep the tabs setting visibility but are also looking to show some datacards where it equals the tab and the dropdown for License Required is Yes. this is an and rule meaning if both are true then show. so you can do it a couple ways but the easiest is to do the first condition in the visible property e.g. varTabSelected=2 and then put && followed by License Required = Yes
so it would be:
varTabSelected=2 && License Required = Yes
You would need to change the bit in red to be the condition for Licence required if you need me to write out that part with you would need to know more about Licence Required e.g. is it a choice what is it called, which field is being shown etc.
Let me know if this makes sense and if you need more help or if I have misunderstood your ask 🙂
Signature:
If you appreciated my comments/responses please be sure to Like/Kudo them it really does make me smile 🙂 !
Link to the Power Platform Professionals United Kingdom User Group:
Thank you @AJ_Z ,
Would the syntax in the Visible property looks like this?
varTabSelected=2 && 'License Required_DataCard1'=Yes
User | Count |
---|---|
262 | |
110 | |
90 | |
54 | |
44 |