Announcements
Hi folks.I thought this was going to be easy. a week ago I started with Power Apps so I'm still new with this.I have a combo box. The user can select multiple items. When selected, they will push a button and the the selected items should create a new item(or items) in a sharepoint list - however, I keep getting an error in the Power Apps formula.ForAll(ComboBox1.SelectedItems, Patch('Inventory Request list', {Title: ComboBox1.Selected}))
What am I missing here?
In your formula, try changing the Patch statement to have ThisRecord:
ForAll(ComboBox1.SelectedItems, Patch('Inventory Request list', {Title: ThisRecord.DISPLAYNAME}))
Change the word DISPLAYNAME, as per your data.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If this post or my previous reply was useful in other ways, please consider giving it Thumbs Up.
Perfect. It works! Thanks a lot!
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.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 541
WarrenBelz 434 Most Valuable Professional
Valantis 289