web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Check a table in CDS h...
Power Apps
Unanswered

Check a table in CDS have attachment

(0) ShareShare
ReportReport
Posted on by 945

Hi guys,

 

In CDS, where exactly the attachment saved ? and if I have a gallery contains my table which I've some attachment in it, how to check a records (row) has attachment or not ? In that gallery I want to put some icon for indication attachments exists.

 

Thanks 

I have the same question (0)
  • Mira Ghaly Profile Picture
    11,415 Moderator on at

    @Axal 

    For attachments on your table are you using notes? or the  Field control File?

     

  • Axal Profile Picture
    945 on at

    Hi @Mira_Ghaly 

     

    Yes, I'm using Notes.

     

    Thanks,

  • ChrisPiasecki Profile Picture
    6,428 Most Valuable Professional on at

    Hi @Axal,

     

    The Notes table has an Is Document column which is a Yes/No (boolean), which will indicate if the note has an attachment.

     

    ---
    Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.

  • Axal Profile Picture
    945 on at

    Hi @ChrisPiasecki ,

     

    I'm sorry, may I know how to use it? I had an icon in my Gallery to identify whether my record has attachment or not and I'm trying this in its Visible property :

    If(
     ThisItem.Notes.'Is Document' = true,
     true, false
    )

     The intention is, if there is attachment, the icon will show else it is hidden. But seems wrong. It looks like the return of "ThisItem.Notes.'Is Document'" is a table. 

     

    Beside that I also want to add another label right beside the icon, for the count of the attachments. 

     

    Thanks

  • ChrisPiasecki Profile Picture
    6,428 Most Valuable Professional on at

    Hi @Axal,

     

    Yes thats correct your selected item will have a collection of notes. You can use the CountIf function to determine if there are any Note records where IsAttachment is true. You can use the Count function to determine the total number of Note records for your selected item.

     

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-table-counts

     

    ---
    Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 494

#2
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#3
11manish Profile Picture

11manish 323

Last 30 days Overall leaderboard