I'm trying to have information from my collection post to a SharePoint list but it's not working.
Formula:
Set(varRecordID, Patch('Shopping Cart Orders', Defaults('Shopping Cart Orders'), {Title: Name.Text, Building_x0020_Location: Building.Text, Seat_x0020_Location: Seat.Text, Email: Email.Text, Phone_x0020_Number: Phone.Text}).ID); Collect('Shopping Cart Ordered Items 2', AddColumns(colUserShoppingCart, "OrderID", varRecordID))
It posts the quantity and the OrderID, but not the Item Name...
This is my collection.
This is my SharePoint List.
These are the results I get from submitting the order.
How do I fix it so that the name of the item is actually posted to the SharePoint list?
Thanks!
Solved! Go to Solution.
Hi @Applications,
I'm guessing the internal name of the 'Ordered Items' is different from the displayname. Can you please confirm?
If so, you need to match that in your Patch function.
Hi @Applications,
I'm guessing the internal name of the 'Ordered Items' is different from the displayname. Can you please confirm?
If so, you need to match that in your Patch function.
Oh my goodness.. it worked. Thank you so much!!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
170 | |
94 | |
65 | |
64 | |
61 |
User | Count |
---|---|
226 | |
162 | |
93 | |
82 | |
81 |