HI,
I have created a flow to create a file in SharePoint.
And I am using this formula on click of a download icon in a gallery(Item: attachments of an incoming email) :
UploadafiletoSharePointfromPowerApps_1.Run(ThisItem.Name,ThisItem.ContentBytes)
Only of download icon, it shows an error that the parameter value for 'createFileFileContent' is incorrect.
Please guide, Thanks in advance
Solved! Go to Solution.
hi @kheiman
Thanks for your reply.
It worked for the exact same code. The problem was I forgot to add 'includeAttachments:true' in getEmail formula.
The way files get handed off from Powerapps to Flow is a bit wonky. Try this approach to get the content bytes into a format that the Sharepoint connector can work with. http://www.cleverworkarounds.com/2019/06/08/getting-pics-to-sharepoint-from-powerapps-is-getting-eas...
hi @kheiman
Thanks for your reply.
It worked for the exact same code. The problem was I forgot to add 'includeAttachments:true' in getEmail formula.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
196 | |
175 | |
62 | |
34 | |
32 |
User | Count |
---|---|
341 | |
271 | |
110 | |
76 | |
59 |