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 / Collection column is n...
Power Apps
Unanswered

Collection column is not poulated

(0) ShareShare
ReportReport
Posted on by 15

I've in the Default property of an input text the following expression:

Concat (Contactos_Seleccionados; Proper(NOMBRE_CONTACTO) & ": (" & Lower(EMAIL_CONTACTO) & ")")

Both fields come from the same table in the Dataverse but the final result is:   ": (aaaaaaaaa@email.com)". Both fields "NOMBRE_CONTACTO" and "EMAIL_CONTACTO" are present in the collection "Contactos_Seleccionados". But the column "NOMBRE_CONTACTO" isn't populated with any value, so the final result isn't the expected, user's name isn´t displayed.

- The table has the right values in both columns. (Sorry not to display them, but the values are the real ones...)

- The application is saved and published.

- The solution is published, as well.

Do I have something special to do after the last update in the Dataverse?

Any suggestion?

 

Thanks in advance

I have the same question (0)
  • timl Profile Picture
    36,960 Super User 2026 Season 1 on at

    @cescari 

    The cause of this will be the 'explicit column selection' setting of your app. You can either disable this in the settings (not recommended), or you can call ShowColumns to explicitly specify your columns when you create your collection.

    ClearCollect(Contactos_Seleccionados,
     ShowColumns(YourDataverseTable,
     "NOMBRE_CONTACTO",
     "EMAIL_CONTACTO",
     "etc"
     )
    )
    

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 1,074

#2
Valantis Profile Picture

Valantis 639

#3
11manish Profile Picture

11manish 606

Last 30 days Overall leaderboard