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

Community site session details

Session Id : vp+yg54Th6A2K/oNrASeLR
Power Automate - Using Connectors
Unanswered

Attachments/peninput sharepoint list

Like (0) ShareShare
ReportReport
Posted on 8 Oct 2020 05:51:59 by 405

I have an offline/online app that writes to a collection, saves to the device, then when online uploads to sharepoint. Works fine however now need to add attachments and signature. example of the save to device looks like,
Collect(MyCollection, {Title: Employee_ED.Selected.Value,PO: PO_ED.Text});SaveData(MyCollection,"MyCollectKeep") then i use,
ForAll(MyCollection, Patch(SharepointListDB, Defaults(SharepointListDB),{Site: Site,PO: PO}))
Is there a way to include images into this list? I have tried using flows but it wont save to the list, will only save to Document library. I need to be able to have the image and the other fields (title, PO) in the same entry. Any advice or direction would be much appreciated.

 

Kind regards,

Matt

  • CFernandes Profile Picture
    8,303 Most Valuable Professional on 11 Oct 2020 at 16:19:01
    Re: Attachments/peninput sharepoint list

    @Matt383 

     

    In Power Apps, you need to use the JSON function to Convert PenInput to Binary.

     

    Set( PenVar, JSON( PenInput1.Image,JSONFormat.IncludeBinaryData ) );

     

    You can then use the 'Add an attachment' action to add the attachment to SharePoint List. You can also have a quick look at my video https://www.youtube.com/watch?v=V8LpZpPGtV8 

     

    In the video I create an HTML\PDF you can use the same concept in your solution.

     

    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

     

  • RookieI Profile Picture
    160 on 09 Oct 2020 at 08:54:26
    Re: Attachments/peninput sharepoint list

     

    In Power Automate, you can use Add attachment to add attachments to the list item.

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

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Featured topics