Announcements
Best regards, Valantis
✅ If this helped solve your issue, please Accept as Solution so others can find it quickly. ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :). 🏷️ For follow-ups @Valantis. 📝 https://valantisond365.com/
💼 LinkedIn
▶️ YouTube
In Dataverse, you can’t directly use 'Created By'.'Full Name' inside ShowColumns(). Instead, use AddColumns() to pull the value first, then reference it in ShowColumns.
For example, add a column like CreatedByName: 'Created By'.'Full Name' and then use it in your collection.
So for example your collection code will be like this:
ClearCollect( colpogress, ShowColumns( AddColumns( Courses, CreatedByName, //Specify the name of the new column you want to create or expand 'Created By'.'Full Name' ), Name, Notes, CreatedByName, 'Created On' ) )
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 424
WarrenBelz 355 Most Valuable Professional
11manish 290