
Announcements
I have created a power apps form with 4 tabs and I need a data card to appear on two of the tabs, right now I only have it on one. How can I get it to show on the second tab.
@mhabig1
Suppose you have a variable that stores the current tab name
Set(currentTab, "Tab1")
If you need the data card to appear on both tabs make the Visible property have this code
currentTab in ["Tab1","Tab2"]
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."