Solved! Go to Solution.
Hi, I am trying to disable a send button when the attachment is empty. I tried using IsEmpty but it doesn't seem to work. Button's DisplayMode: If(IsEmpty(Attachments_here.Text)) Any suggestions?
try this: If(IsEmpty(DataCardValue10.Attachment), Disabled, Edit)
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 |
---|---|
195 | |
70 | |
51 | |
42 | |
30 |
User | Count |
---|---|
255 | |
119 | |
100 | |
93 | |
78 |