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 / SharePoint Form Power ...
Power Apps
Unanswered

SharePoint Form Power App - Lookup Column (Multi Select) - Unable to add the item in FormMode.New

(0) ShareShare
ReportReport
Posted on by 56


Hello, I have created a SharePoint Form Power App. The list contains a multi-select Lookup column ( named Lookup_Main ) and its one Additional column ( named Lookup_Additional ).


When the FormMode.Edit, the App works, and the list gets updated easily!

In FormMode.New, I get below error always. How to resolve this?

domino_kart_0-1717432526299.png

 

Here is the entire code I tried. I tried making Lookup_Main as required and not required as well. Both don't seem to work!

 

Update property of "Lookup Additional Column"
------------------------------------------------------------------------------
If(
 SharePointForm1.Mode = FormMode.New,
 Table(
 ForAll(Lookup_Main.SelectedItems,
 {
 '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
 Value: LookUp(MasterProductData, Product = Value).Title,
 Id: LookUp(MasterProductData, Product = Value).ID
 }
 )
 ),

 SharePointForm1.Mode = FormMode.Edit, Lookup_Additional.SelectedItems,

 SharePointForm1.Mode = FormMode.View, Lookup_Additional.SelectedItems
)


Items Property of "Lookup Additional Column" not changed!
-------------------------------------------------------------------------------------------------
Choices([@'(Test) CBN_TBN_List'].Product_x003a__x0020_Title)


DefaultSelectedItems Property of "Lookup Additional Column"
-------------------------------------------------------------------------------------------------
If(
 SharePointForm1.Mode = FormMode.New,
 Table(
 ForAll(Lookup_Main.SelectedItems,
 {
 '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",
 Value: LookUp(MasterProductData, Product = Value).Title,
 Id: LookUp(MasterProductData, Product = Value).ID
 }
 )
 ),

 SharePointForm1.Mode = FormMode.Edit, Parent.Default,

 SharePointForm1.Mode = FormMode.View, Parent.Default
)

 

 

Categories:
I have the same question (0)

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
WarrenBelz Profile Picture

WarrenBelz 421 Most Valuable Professional

#2
11manish Profile Picture

11manish 153 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 116 Super User 2026 Season 2

Last 30 days Overall leaderboard