HI
I'm made attachments in power app store the files and pictures directly to a dedicated library.
This has worked fine for months but stopped working a few months ago. didn't get any notification so can't tell exactly when.
Error in automate
Coding in power apps
Set(varAttachmentControl, JSON(ImageAttachment.Image, JSONFormat.IncludeBinaryData));
Set(varBase64only, Mid(varAttachmentControl, Find(",", varAttachmentControl)+1,Len(varAttachmentControl)- Find(",", varAttachmentControl)-1));
Set(varFileLink, UPloadtoSharepointfrompowerapps.Run(Last(AttachmentControl.Attachments).Name, varBase64only).sharepointfilelink);
Reset(AttachmentControl)
flow
also I respond back to power apps but I'm blocked on where and how to store that info?
thanks
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
User | Count |
---|---|
25 | |
22 | |
9 | |
9 | |
7 |
User | Count |
---|---|
41 | |
35 | |
26 | |
21 | |
13 |