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 / New item entered into ...
Power Apps
Unanswered

New item entered into a SharePoint list does not appear using Power Apps forms

(0) ShareShare
ReportReport
Posted on by 10

I have a SharePoint list that has a couple of lookup columns in it. One is called Category and the other SubCategory. The subcategory can have multiple choices. I added a filter to the SubCategory to show only results based on the Category selected. All worked well for several weeks then when a new item was added and teh category and subcategory was selected and the Save button was clicked all information with the exception of the choice entered into the subcategory field is saved to the list. I am not sure why this is happening. Below is my filter:

Filter(DPITCategoriesSub, 'DPIT-Category' = DataCardValue7.Selected.Value)

The filtering works fine it is only when you submit that an issue arrises.

Any thoughts on what the caue might be would be appreciated.

Categories:
I have the same question (0)
  • LaurensM Profile Picture
    12,516 Moderator on at

    Hi @techserf,

     

    In order to save the sub category LookUp, we will have to use the Choices() lay-out that was initially provided as the Items property code. We can implement your Filter as follows:

     

    Filter(
     Choices([@DPITCategoriesSub].SubCategory), 
     Id in Filter(
     DPITCategoriesSub,
     'DPIT-Category' = DataCardValue7.Selected.Value
     ).ID
    )

     

    If this solves your question, would you be so kind as to accept it as a solution & give it a thumbs up.

    Thanks!

  • Gizachew Profile Picture
    62 on at

    if you want choice column to have multiple values, you need to select allow multiple selections in your sharepoint list column setting.  select subcategory in splist- click edit then choose allow multiple selection. do this in your powerapp field also so that your subcategory can be saved with multiple values.

  • techserf Profile Picture
    10 on at

     have not explained my issue clearly enough. I apologize for that. The filter script I posted does an excellent job of filtering the items allowing for the selection of the correct one. It is when I click save the item picked in the SubCategory dropdown does not get added to the list. That field remains empty.

  • LaurensM Profile Picture
    12,516 Moderator on at

    Hi @techserf, I think that filter may be the cause. Would it be possible swap the Filter to my code snippet and save the form?

  • techserf Profile Picture
    10 on at

    I will give it a try this morning. Thanks for the help.

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 335 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 96 Super User 2026 Season 1

Last 30 days Overall leaderboard