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
Power Apps User Groups are coming! Make sure you’re among the first to know when user groups go live for public preview.
Did you miss the call?? Check out the Power Apps Community Call here!
User | Count |
---|---|
265 | |
208 | |
76 | |
42 | |
33 |
User | Count |
---|---|
347 | |
221 | |
117 | |
72 | |
54 |