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 / Table connection not s...
Power Apps
Answered

Table connection not saving on sharepoint list when selected on custom form power apps

(0) ShareShare
ReportReport
Posted on by 29

I am creating a custom form from a sharepoint template list. The "assigned to" I am pulling from an excel table a list of names. 

 

It lets me visualize the drop down name of lists on the custom form however it doesn't not appear on the form when selected and saved. How do I connect the two? 

 

GEC_0-1682351762219.png

 

Categories:
  • BCBuizer Profile Picture
    22,854 Super User 2026 Season 2 on at

    Hi @GEC ,

     

    Assuming your Excel data source has the email address of the user, change the Update property of the Assigned To_DataCard to:

     

    {
     '@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser",
     Claims: $"i:0#.f|membership|{DataCardValueX.Selected.Value}",
     Department: "",
     DisplayName: "",
     Email: DataCardValueX.Selected.Value,
     JobTitle: "",
     Picture: ""
     }

    In this you have to replace DataCardValueX with the name of the Combo Box inside the DataCard.

  • GEC Profile Picture
    29 on at

    @BCBuizer Thanks for the quick response!

    How would this change if I don't want to display the email address, job title, or picture? Just the dropdown with the name. It's just a single column with the name needed. 

  • BCBuizer Profile Picture
    22,854 Super User 2026 Season 2 on at

    Hi @GEC ,

     

    These fields are needed in case you want to save anything to a Person/Group type column, which is what the 'Assigned to' column seems to be. In case you don't want it to be a Person/Group type column (just save the email address), change the column type in SharePoint to Single line of Text. 

     

    The Update property of the DataCard should then be set to:

    DataCardValueX.Selected.Value
  • GEC Profile Picture
    29 on at

    It doesn't appear to be working. I added a new column on the sharepoint list with a combo box. 

     

    So when I added the formula DataCardValue7.Selected.value to the update I get an error that says the value is not recognized. I can select it here just fine but it won't populate on the sharepoint list. 

     

    GEC_0-1682429890853.png

    But it also needs to appear here 

     

    GEC_1-1682429958488.png

     

  • BCBuizer Profile Picture
    22,854 Super User 2026 Season 2 on at

    Hi @GEC ,

     

    Try replacing .Value with the name of the column that has the value that should populate the Requestor2 column.

     

     

     

  • GEC Profile Picture
    29 on at

    @BCBuizer 

    That doesn't seem to be working either. In the excel table the column title is named Requestor then in the sharepoint list the column is labeled requestor2. I've tried both and it doesn't seem to be working. I've attached more screen shots of the data card properties. 

     

    GEC_0-1682437551865.png

    GEC_1-1682437595075.png

     

     

  • BCBuizer Profile Picture
    22,854 Super User 2026 Season 2 on at

    HI @GEC ,

     

    What is the error text you receive for this?

  • GEC Profile Picture
    29 on at


    @BC 

     

    Expected Record

    value.

    GEC_0-1682684924101.png

     

     

     

  • BCBuizer Profile Picture
    22,854 Super User 2026 Season 2 on at

    Hi @GEC ,

     

    Requestor2 was supposed to be a Text type column, but if it is expecting a record, it is not. Can you change it to a Text type?

  • GEC Profile Picture
    29 on at

    @BCBuizer It's a custom data card so I'm not entirely sure to edit it.

     

    Can it still be a text type with a drop down to pick from an excel table value? 

     

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