Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
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

  • timl Profile Picture
    35,071 Super User 2025 Season 1 on at
    Re: Collection column is not poulated

    @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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 17

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics