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 / Form Submission Issue:...
Power Apps
Suggested Answer

Form Submission Issue: Lookup Columns Not Saving

(0) ShareShare
ReportReport
Posted on by 2
Hello, I'm building a new app that uses a form to collect data. Two of the fields in the form, 'stream' and 'GBS center', are lookup columns that get their values from separate SharePoint lists. When I submit the form, the data for these two lookup columns isn't being saved correctly. What could be causing this, and how can I fix it?
 
Form:
List:
Screenshot 2026-02-13 195207.png
I have the same question (0)
  • Suggested answer
    WarrenBelz Profile Picture
    155,838 Most Valuable Professional on at
    Firstly to give you an accurate answer, I need to know the Items (in Text please) of those two Combo Boxes. I have to assume that you have changed these from the standard Choices(SPListName.FieldName). Also are they single or multiple selection ?
     
    I will give you a start example using the DisplayFields of the Combo Box assuming the second one is Stream. The Update of the Data Card would be
    {
       Value: ComboBoxName.Selected.Stream,
       Id: LookUp(
          YourOtherSPList,
          YourLookedUpColumn = ComboBoxName.Selected.Stream
       ).ID
    }
    I will also add that SharePoint Lookup columns are mostly unnecessary with Power Apps and have the potential to cause you unwanted and unneeded complexity and restrictions - I have never used them. It is generally a better idea to get the required field items directly from the second list with Power Apps and write back to a Text column.
     
    Please ✅ 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 answering Yes to Was this reply helpful? or give it a Like ♥
    Visit my blog
    Practical Power Apps    LinkedIn  
  • MP-13021227-0 Profile Picture
    2 on at
    Hello @WarrenBelz,
     
    Stream is connected to GBS Center, here is the display field, items and Update of the two
     
    GBS Center:
    Display field: ["Value"]
    Items: Choices([@'CI List'].'GBSCenter')
    Update of the data card: DataCardValue46.Selected
    
    Stream
    Display field: ["Value"]
    Items: Filter(Choices([@'CI List'].'Stream') As strm, LookUp('CI Approvers', ID = strm.Id).Location.Id = DataCardValue46.Selected.Id)
    Update of the data card: DataCardValue47.Selected
     
     
    i have a discovery in the sharepoint list lookup column in sharepoint list gbs center and stream column data appears in classic view but when i exit the classic view it is blank
    Modern view:
    Classic view:
  • WarrenBelz Profile Picture
    155,838 Most Valuable Professional on at
    As I mentioned before, Lookup columns cause nothing but unnecessary complication, but anyway back to your problem.
     
    I assume from all of this that the Choices in both Combo Boxes are looking up the 'CI Approvers' List  ? Firstly, DataCardValue46 should update with the settings you have posted, so not sure presently what the issue may be there, but I will deal firstly with DataCardValue47. To hopefully uncomplicate this a bit, if you want DataCardValue47 to show the list of values matching the Location field in 'CI Approvers' chosen by DataCardValue46, then make the Items of DataCardValue47 
    Filter(
       'CI Approvers',
       Location = DataCardValue46.Selected.Value
    )
    and display whatever field you are using for your lookup value from this list. Then the Update of the Data Card can be
    {
       Value: DataCardValue47.Selected.Value,
       ID: DataCardValue47.Selected.ID
    }
     
    Please ✅ 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 answering Yes to Was this reply helpful? or give it a Like ♥
    Visit my blog
    Practical Power Apps    LinkedIn  
  • WarrenBelz Profile Picture
    155,838 Most Valuable Professional on at
    A quick follow-up to see if you received the answer you were looking for. Happy to assist further if not.
     
    Please ✅ 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 answering Yes to Was this reply helpful? or give it a Like â™¥
    Visit my blog
    Practical Power Apps    LinkedIn   

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

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard