Power Automate - SharePoint Create Item and Attachment Image from one list to another List

Поделиться
HTML-код
  • Опубликовано: 5 фев 2025

Комментарии • 36

  • @smeeruk
    @smeeruk 4 месяца назад +1

    Very useful thank you.
    I needed to send data (including attachments) from a PowerApp into a list and then completely cleanse that data, of the person who submitted it, by sending everything to a second list before emailing the submission (including attachments) to a third party. The transferring of the attachments was the last piece of the puzzle and this video solves that.

    • @abm4975
      @abm4975  3 месяца назад +1

      Glad it helped!

  • @bindubala9154
    @bindubala9154 3 года назад +1

    Nice one Ajith 👍 👌

    • @abm4975
      @abm4975  3 года назад

      Thanks Bindu for the support

  • @jkrenn000
    @jkrenn000 Год назад +1

    You are a life saver my friend! THANK YOU

    • @abm4975
      @abm4975  Год назад

      Thanks for your kind comment.

  • @goshitaloquita
    @goshitaloquita Год назад +1

    Thank you so much - very helpful and clear. I was looking for a way to archive some items with attachments.

  • @karthikeyanperiasami
    @karthikeyanperiasami 2 года назад +1

    It is very helpful. Thank you!

    • @abm4975
      @abm4975  2 года назад

      Hi Karthikeyan
      Thanks a lot for your support.

  • @allenmcmillin2790
    @allenmcmillin2790 2 года назад +1

    this was easy to follow and very helpful. Thanks

    • @abm4975
      @abm4975  2 года назад

      Thanks Allen

  • @b8akaratn
    @b8akaratn 2 года назад +1

    SO helpful, thank you!!!

    • @abm4975
      @abm4975  2 года назад +1

      Thanks Kara for the support.

  • @koladeazeez7459
    @koladeazeez7459 Год назад +1

    Thank you. workd for just now

  • @DaliborDohnal72
    @DaliborDohnal72 Год назад +2

    Thx. Its clear. But I am solving other situation. How to "copy" SharePoint list item with picture (in column type picture) to other List?

    • @abm4975
      @abm4975  Год назад +2

      Haven't tried that. I might do a video soon. Thanks for the suggestion.

  • @perrysellers9198
    @perrysellers9198 2 года назад +1

    Very helpful Abm! I've trying to send List attachments to a planner and getting stuck. I see in your video that you don't use an array to capture the attachments if more than one is in the list. How can you pass a list of attachments into a Planner task?

    • @abm4975
      @abm4975  2 года назад

      Hi Perry
      Let me try this from my side and let you know soon.
      Thanks

    • @abm4975
      @abm4975  2 года назад

      Hi Perry
      I have made a video based on your request. Please have a look and comment.
      ruclips.net/video/vgMGNaTFJiw/видео.html
      Thanks

  • @Mic4584
    @Mic4584 Год назад +1

    Hey abm, what about upload the list attachment to the document library and update the properties dynamically ? Really love your contents

    • @abm4975
      @abm4975  Год назад

      Hi @Mic4584
      Thanks for your support and valuable comments.
      Once the document library files are uploaded or created next action step use update file properties and map the Id from the create step of the file. If you need further help please let me know.
      Thanks

  • @WasanthaMendries
    @WasanthaMendries Год назад +1

    We highly appreciate if you can explain how to add two coloum images in share point list to power automate email sending.

    • @abm4975
      @abm4975  Год назад

      Hi
      Where you getting the image from? Believe you have two columns image (data type). You want to upload the image (two) into those columns?

  • @shabihulhasnain1164
    @shabihulhasnain1164 11 месяцев назад +1

    Can we migrate comments as well from one list to another using power automate, as normal power automate flow doesn't get the list item comments.

    • @abm4975
      @abm4975  11 месяцев назад

      I haven't tried that yet. Good suggestion. Thanks

  • @felipesignorellireis7839
    @felipesignorellireis7839 2 года назад +1

    Hi Friend,
    It's possible to add an attachment to an specific item in microsoft list using power automate?
    Example:
    My microsoft lists contains two rows
    Row | Description | attach
    1 Item 1 Item 1.pdf
    2 Item 2
    So I put in a folder a PDF file called "Item 1"
    What I wanted is that in power automate, when a file is copied in the folder, power automate identifies the name of the file called "Item 1" and attaches the PDF into the microsoft list item in it's respective item automatically.
    It's possible?

    • @abm4975
      @abm4975  2 года назад +1

      Hi Felipe
      Yes it is possible. I have a video related to item attachments.
      ruclips.net/video/TzybJSIMHZA/видео.html
      Thanks

  • @jediganesh
    @jediganesh 2 года назад +1

    Thank you. Is there a way you can create a new list item copying an existing list item only when the original list item changes? For e.g. if someone checks a tick box called update required, I’d like powerautomate to create a new list item in the same list library but copy some details like title, description etc from the original list. Is this possible?

    • @abm4975
      @abm4975  2 года назад +1

      Hi jediganesh
      Yes it is possible. So set the trigger has when an Item is modified. Check the box is ticked or not using an IF statement or you can set the trigger conditions under the trigger action step itself. Next add action step create item and map the values from the trigger.
      Thanks

    • @jediganesh
      @jediganesh 2 года назад +1

      @@abm4975 thank you. 👍🏽

  • @amansalimshaikh1725
    @amansalimshaikh1725 10 месяцев назад +1

    Hey Brother,
    First of all, thank you for this informative video. I am facing an issue Like when I update List1 then List2 get updated but with the new item . Supose I update Id 1 in List1 3 times then there will be 3 new items in List2. So I don't want duplicates in List2. How can we solve this?

    • @abm4975
      @abm4975  10 месяцев назад

      So in that case before you create the List2 record check whether the record exists or not. Use the Get Items filter query option to determine this. If no records then create the item else ignore it.

  • @Brothercole1994
    @Brothercole1994 2 года назад +1

    I get this error: The resolved string values for the following parameters are invalid, they may not be null or empty: 'itemId'
    any help?

    • @abm4975
      @abm4975  2 года назад

      Hi
      Looks like wrong mapping? I need to look your flow to determine exactly what's going on?
      Thanks