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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / "Invalid schema, expec...
Power Apps
Unanswered

"Invalid schema, expected a one-column table" using combobox

(0) ShareShare
ReportReport
Posted on by

Hi guys!

 

I have created a few search options for my gallery, all of which work fine. The newest added, "Project ID" can be selected, but is not filterong the search results in the gallery. It is returning error "Invalid schema, expected a one-column table". 

The source for this combobox "Project ID" is a collection, the only thing (I can tell) that differs it from the other boxes. Does anyone know how I can fix this?

 

JosephineL_0-1662712919484.png

Code:

 

 

 

If(!IsBlank(rangeBox_1.Selected.DisplayName),
Filter('mib.mib_tbl_std_Savings', IsBlank(typeBox_1.SelectedItems.Val) || IsEmpty(typeBox_1.SelectedItems) || mib_fld_tbl_std_Saving_Type_varchar in typeBox_1.SelectedItems.Val, IsBlank(categoryBox_1.SelectedItems.Val) || IsEmpty(categoryBox_1.SelectedItems) || mib_fld_tbl_std_Saving_Category_varchar in categoryBox_1.SelectedItems.Val, IsBlank(regionBox_1.SelectedItems.Region_name) || IsEmpty(regionBox_1.SelectedItems) || mib_fld_tbl_std_Saving_Region_varchar in regionBox_1.SelectedItems.Region_name, IsBlank(countryBox_1.SelectedItems.Name) || IsEmpty(countryBox_1.SelectedItems) || mib_fld_tbl_std_Saving_Country_varchar in countryBox_1.SelectedItems.Name, mib_fld_tbl_std_Saving_StartDate_date >= rangeBox_1.Selected.StartDate && mib_fld_tbl_std_Saving_StartDate_date <= rangeBox_1.Selected.EndDate, IsBlank(ProjectIDBox_1.SelectedItems) || IsEmpty(ProjectIDBox_1.SelectedItems) || mib_fld_tbl_std_Saving_Type_varchar in ProjectIDBox_1.SelectedItems),
Filter('mib.mib_tbl_std_Savings', IsBlank(typeBox_1.SelectedItems.Val) || IsEmpty(typeBox_1.SelectedItems) || mib_fld_tbl_std_Saving_Type_varchar in typeBox_1.SelectedItems.Val, IsBlank(categoryBox_1.SelectedItems.Val) || IsEmpty(categoryBox_1.SelectedItems) || mib_fld_tbl_std_Saving_Category_varchar in categoryBox_1.SelectedItems.Val, IsBlank(regionBox_1.SelectedItems.Region_name) || IsEmpty(regionBox_1.SelectedItems) || mib_fld_tbl_std_Saving_Region_varchar in regionBox_1.SelectedItems.Region_name, IsBlank(countryBox_1.SelectedItems.Name) || IsEmpty(countryBox_1.SelectedItems) || mib_fld_tbl_std_Saving_Country_varchar in countryBox_1.SelectedItems.Name, IsBlank(ProjectIDBox_1.SelectedItems) || IsEmpty(ProjectIDBox_1.SelectedItems) || mib_fld_tbl_std_Saving_Type_varchar in ProjectIDBox_1.SelectedItems))

 

 

 

 

 

 

Categories:
I have the same question (0)
  • Verified answer
    victorcp Profile Picture
    2,350 Moderator on at

    Hi,

    in that case, you forgot to specify the column as you did here

    IsBlank(categoryBox_1.SelectedItems.Val) || IsEmpty(categoryBox_1.SelectedItems) || mib_fld_tbl_std_Saving_Category_varchar in categoryBox_1.SelectedItems.Val

    replace the <ColumnName> with the name of the column you want to compare

    IsBlank(ProjectIDBox_1.SelectedItems.<columnName>) || IsEmpty(ProjectIDBox_1.SelectedItems.<columnName>) || mib_fld_tbl_std_Saving_Type_varchar in ProjectIDBox_1.SelectedItems.<columnName>

     

    I hope it helps you

  • victorcp Profile Picture
    2,350 Moderator on at

    Please, if it resolved your problem accept it as solution to help me and others who might face the same problem 🙂

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard