Announcements
hi how i can seperate the line instead appear in one line
@Anonymous
I'm afraid you can't.
Usually to add a new line in text you use (but it's not working in Attachments control):
"Text"&Char(10)&"Text"&Char(10)&"Text"
As an appropriate solution, I recommended to use the Tooltip property to show you text. The tooltip appear when you hover over the control.
Hope it helps !
thank you for the response, in that case i think its easier to do the label in the data card. but how i can make the label is visible when the attachment is already attach
In this case, use in Visible property of the label:
IsEmpty( AttachmentControlName.Attachments)
Don't forget to update the NoAttachmentsText property of Attachment control to "".
i try your suggestion but its error
In your case:
AttachmentControlName = DataCardValue75
So formula will be:
IsEmpty( DataCardValue75.Attachments)
thank you...its work
This is the best and most simple way to check whether there is attachments or not
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 431
WarrenBelz 360 Most Valuable Professional
Kalathiya 280 Super User 2026 Season 1