Hello community,
I have a gallery. in the gallery I have several labels for each record. Now I just want to check whether a label is visible or not. And for this I currently use this formula:
If (gal_AUPos.Selected.lb_Sum_pro_Job.visible = true; false; true)
But it is obviously wrong and I currently do not know where my mistake is. How do I have to write the formula correctly?
Thank you for your help.
Best regards
RoScha
Solved! Go to Solution.
I just found the solution myself:
If(lb_Sum_pro_Job.Visible;false;true)
Best regards
RoScha
I just found the solution myself:
If(lb_Sum_pro_Job.Visible;false;true)
Best regards
RoScha
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
192 | |
70 | |
49 | |
47 | |
20 |
User | Count |
---|---|
249 | |
127 | |
84 | |
75 | |
74 |