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 / Invalid ShowColumns ar...
Power Apps
Unanswered

Invalid ShowColumns argument

(0) ShareShare
ReportReport
Posted on by
My code is:
ClearCollect(
colExample;
ShowColumns(
Filter(
'NAME LIST;
IsBlank('Percentaje de Exoneration corresponding: ');
'Fecha de solicitud' >= DatePickerCanvas1_2.SelectedDate;
'Fecha de solicitud' <= DatePickerCanvas1_3.SelectedDate);
"Title"
));;
// Convert the collection to JSON if necessary
Set(
varJsonCreado;
JSON(
colExample;
JSONFormat.IndentFour
)
);;
The name it has internally is tittle, I'm doing fine. I don't understand why I get an error about the expected identifier name.
SHOWCOLUMNS.PNG
Categories:
  • WarrenBelz Profile Picture
    156,528 Most Valuable Professional on at
    You no longer need quotes "" around ShowColumns identifiers
    ClearCollect(
       colExample;
       ShowColumns(
          Filter(
             'NAME LIST;
             IsBlank('Percentaje de Exoneration corresponding: ');
             'Fecha de solicitud' >= DatePickerCanvas1_2.SelectedDate;
             'Fecha de solicitud' <= DatePickerCanvas1_3.SelectedDate
          );
          Title
       )
    );;
     
    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee
  • WarrenBelz Profile Picture
    156,528 Most Valuable Professional on at
    Just following up to see if you received the answer you needed, or if you require further assistance.

    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.
    MVP (Business Applications)     Visit my blog Practical Power Apps    Buy me a coffee

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 395 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 260 Most Valuable Professional

Last 30 days Overall leaderboard