web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Having problems with p...
Power Apps
Unanswered

Having problems with patching a form that has multiselect combobox and attachment

(1) ShareShare
ReportReport
Posted on by Microsoft Employee

hi,

 

I have a form that is connected to a sharepoint list. One of the field on SP is a multi-select choice column and I also need the option to upload attachments to it.

 

I can patch the form to create a new record with either a multi select choice column like {MC: ComboBox.SelectedItems} or I can patch the form with an attachment by patching the record with form.updates.

 

But when I have both on the same form, patch is giving me an unknown error.

 

Any idea how can I resolve this?

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    Is there any reason that you are using a Form and then using Patch on it?  If you are going to use a form, the SubmitForm button should do most all of the heavy lifting for you.  It fully supports multi-select choices and attachments both.

     

    If there is a particular reason, then also provide some of your formulas that you are getting and error on and any screenshots (if relevant). 

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    hi Randy,

    I am trying to create a new record every time the user click the submit button instead of updating the existing record for traceability. I dont think submit form can create a new record for me.

     

    The screenshot below shows my original formula before I added the combobox for the multi-select column. It was able to create a new record and upload the new attachments without error. After I added the combobox it gave me the error as shown in the picture.

     updates error.png

     

    Then I tried to change the patch formula and manually type in every field/datacardvalue, that works for the combobox for the multi-select column, but I will getting an error when I add {Attachments: Datacardvalue.attachments} to the formula.

     

    The formula below is what I have that works with the multi-select column but not with attachments.

    Patch('Design', Defaults(' Design'), {PN: DataCardValue1.Text}, {Rev: DataCardValue2.Text}, {TestMethod: ComboBox1.SelectedItems}, {Comment: DataCardValue3.Text})

     

    Adding attachments at the end like this gives me an error in the formula:

    Patch('Design', Defaults(' Design'), {PN: DataCardValue1.Text}, {Rev: DataCardValue2.Text}, {TestMethod: ComboBox1.SelectedItems}, {Comment: DataCardValue3.Text}, {Attachments: DataCardValue4.Attachments)

     

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Also when I tried submitform, it is still giving me "An unknown error occured" message.

     

    Edit:

    Not sure what is wrong with the combo box, but when I remove and add the field back I can submitform successfully again. But that still wouldn't give me what I want -> to create a new record when I got the button with the combo box and attachments.

  • WarrenBelz Profile Picture
    153,735 Most Valuable Professional on at

    Hi @Anonymous ,

    You have some brackets in the wrong places

    If(
     IsEmpty(Errors('PCB Design')),
     Patch(
     'PCB Design'
     Defaults('PCB Design'),
     EditDesignForm.Updates
     )
    )

     

    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 the content was useful in other ways, please consider giving it Thumbs Up.

  • WarrenBelz Profile Picture
    153,735 Most Valuable Professional on at

    Hi @Anonymous ,

    Just checking if you got the result you were looking for on this thread. Happy to help further if not.

    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 the content was useful in other ways, please consider giving it Thumbs Up.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 248 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 209 Super User 2026 Season 1

#3
VASANTH KUMAR BALMADI Profile Picture

VASANTH KUMAR BALMADI 195

Last 30 days Overall leaderboard