I have already write the Power App to upload the
Image. there are few issues
01.It's uploading the file.But when click on the image it's not showing
See code below
MyPicsGallery= Gallery
FileLinkflow = Variable
TakenPic =Variable
UplaodImageV2.Run - it's runing Power App work flow and returning filename.
all are working fine without error.But when i'm going to see the Image it's
"Hmm ...looks like this file doesn't have a preview we can show you"
and then after download the uploaded file it will show
"It appear that we don't support this file format"
[code]
pdateContext({TakenPic: MyPicsGallery.Selected.Value});Set(
FileLinkflow,
UplaodImageV2.Run("abc.jpg",TakenPic).filename)
above code there is no data source. it's only taking picture from galary updating the
folder in the sharepoint.
but also i tried to use
following code to upload image using patch command it's not working
I am not sure my comment qualifies as an answer. You can post your solution here and mark it as Answer. It is a good practice as someone who is struggling with PowerApps might find your comment more useful.
Which is your data source?
above code there is no data source. it's only taking picture from galary updating the
folder in the sharepoint.
but also i tried to use
following code to upload image using patch command it's not working
Open in new window
Error :
The specified column generate by server can't specified
TestImages - is Data source name
image1 is List field name and it's data type in the List is Picture
My aim is : upload the image to sharepoint List