Announcements
Hi all, I would like to create items in a sharepoint list thanks to 2 databases : The sharepoint list itself and an Excel File. 3 fields are Datacards from the Sharepoint column and the last one is a combobox from an Excel File in my OneDrive. When I submit the form, the 3 firsts fields are copied perfectly but I don't know how to copy my combobox. I tried to create a flow in order to update the field but the formulas isn't good.Could someone help me ? It would help me a lot!
Your submit button is going to need a patch function for updating the Excel file. The form is only connected to the SharePoint data source so that is the only thing it can update.
I tried to add the patch function :Patch('Visitor List',First(Filter('Visitor List', Title = DataCardValue3.Text)),{VisitedPerson : ComboBox3})The error seems to be Combobox3. I would like the VisitedPerson column to get the Combobox3 text.Do you have an idea?EDIT : the correct formula is Patch('Visitor List',First(Filter('Visitor List', Title = DataCardValue3.Text)),{VisitedPerson : ComboBox3.Selected.Name})
Nice. You beat me to it. I was just playing with the same thing.
Does you combo box allow multiple values? Does your formula work if you select 2 values? I was playing with the ConCat function thinking you might need it.
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 community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 356 Most Valuable Professional
11manish 225 Super User 2026 Season 2
Mohsin Ali 211