PowerApps Attachment Control

Поділитися
Вставка
  • Опубліковано 1 лис 2024

КОМЕНТАРІ • 13

  • @juanmarti4671
    @juanmarti4671 5 місяців тому +1

    Sir.... you are a genius ! It has been hours trying to mimic an attachment control in power apps, and you gave me the answer to trick power apps. Genius!!!!!!!!!!!!!!!!!!!

  • @maheswarnasari
    @maheswarnasari Місяць тому +1

    Nice explanation

  • @nonoobott8602
    @nonoobott8602 23 дні тому

    Please how do you submit attachments that isn't part of a form to a data source just like you got it in this video ?

    • @PowerAppWizard-xl3ow
      @PowerAppWizard-xl3ow  23 дні тому

      we can use Power Automate. Add an instant power app trigger to your flow and except the inputs from power apps. Pass the attachment in form of binary data and you can use parse the json in the flow.

    • @nonoobott8602
      @nonoobott8602 23 дні тому

      @@PowerAppWizard-xl3ow okay. I thought we could patch the attachment as a record to a sharepoint list. That's exactly my challenge

  • @keithgiles8779
    @keithgiles8779 Рік тому

    Can you make a video for the patch code? I'm not understanding your reply below. Please and thank you.

  • @IshaniPiumika
    @IshaniPiumika 4 місяці тому +1

    Are the documents saved sharepoint list?

    • @PowerAppWizard-xl3ow
      @PowerAppWizard-xl3ow  23 дні тому

      It depends we can save either in SharePoint document library or One drive too

  • @solitronics
    @solitronics 6 місяців тому +2

    It would have been nice if you showed us the microsoft list you used.

    • @PowerAppWizard-xl3ow
      @PowerAppWizard-xl3ow  23 дні тому

      you can use any SharePoint list, I have picked a random list too for the example

  • @techkdeva8587
    @techkdeva8587 Рік тому

    Please show patch code in the submit button

    • @PowerAppWizard-xl3ow
      @PowerAppWizard-xl3ow  Рік тому

      To Patch it using submit button we can create a collection for Ex:
      ClearCollect(TestColl, DateCardValue2.Attachments)
      and then pass the details in json format to Power Automate for adding attachments to the item.
      Ex: PowerAutomate.Run(ForAll(TestColl,JSONFormat.IncludeBinary))