⬆️Upload to a SharePoint Library with Metadata

  Рет қаралды 17,243

Enea Liçaj

Enea Liçaj

Күн бұрын

Пікірлер: 42
@callbainis
@callbainis 2 жыл бұрын
Thank you for using the multi select combo box in your example. I have been up all night trying to figure out how to do it.
@Enea
@Enea 2 жыл бұрын
Thanks! Subscribe to the channel if you like, more is to come! :)
@maheshgupte1495
@maheshgupte1495 7 ай бұрын
Hi Thank for sharing this tutorial, please share second part of the video to patch the attachment data to a share point list
@amanda_badger
@amanda_badger 2 жыл бұрын
I am wondering if you can explain a little more how you got the file name with the extension? I tried creating a file name but I don't seem to have an option for file name in the fields.
@mehboobakram5170
@mehboobakram5170 Жыл бұрын
Did you get the answer? I really need answer to this question. Please help if you have the answer now.
@linh-loantran8272
@linh-loantran8272 Жыл бұрын
@@mehboobakram5170 When you are passing the parameter for file name in flow function, use this one "First(YourAttachmentDataCard.Attachments).Name". It will upload file with extension under column "Name" of your Document library. It works for me. Hopefully it helps.
@johnnyhip3532
@johnnyhip3532 Жыл бұрын
Did you ever figure it out? I cant seem to get the excel to populate in the doc library. Only a blank file.
@hilalramadhanutomo972
@hilalramadhanutomo972 3 жыл бұрын
i appreciate your video, it was a good video. but i wanna ask about the last flow that your explaining there is an file.name in the create file section, how do we do that? and I got an issue when I insert the code for the flow in the powerapps hoping you will answer my question, best regards
@Enea
@Enea 3 жыл бұрын
Hi, the data that goes in the file name section comes from the Power App. You can see it in minute 24:33.
@JNineification
@JNineification 2 жыл бұрын
@@Enea Do you use a specific expression to obtain the file name?
@Enea
@Enea 2 жыл бұрын
@@JNineification Hi, no I am creating it with the the requestID and requestor name coming from Power Apps
@marialaurafont5754
@marialaurafont5754 Жыл бұрын
Hi there! Is it possible create metadata columns to a specific folder? I tried to create them, but the columns are visible in the complete library. Thanks!
@Enea
@Enea Жыл бұрын
Hi Maria, I am afraid not. What you could do (I think) is to create different views for each folder and show and hide them.
@douglasm5648
@douglasm5648 3 жыл бұрын
The code required on mine does not have the {file: } wrapper. Here is what worked for me with inputs of type (file) and (text): DEVapReloadFile.Run( {contentBytes: First(FileInputBox.Attachments).Value, name: First(FileInputBox.Attachments).Name}, First(FileInputBox.Attachments).Name)
@Enea
@Enea 2 жыл бұрын
Ok, as long as it works, go with that :)
@medug5556
@medug5556 Жыл бұрын
Life saver. Thanks so much . Q. Could you create folder before creating the file in power automate and push the files within the folder that's created? My project requirement is users should be be bale to create folders and store files. Means I need to push from powerapps not only individual docs but also folder and store the file/files. thanks for your support
@Enea
@Enea Жыл бұрын
I think you are the second asking this, so I am thinking of making another video where I showcase this. Will try this weekend!
@medug5556
@medug5556 Жыл бұрын
@@Enea Thank you. Also if you add metadata to it.
@dipankarbose7025
@dipankarbose7025 Жыл бұрын
Outstanding video. But for me "Combobox1.Selected. Mail" is giving blank. Due to which the flow is also getting failed. Do u or anyone have any workaround ? Someone please help. Need to send the people picker value (combobox) to SharePoint metadata
@Enea
@Enea Жыл бұрын
Put this: combobox1.Selected in a test gallery or table just to see what data you have in there. If Mail column is blank then you need to check your data source
@mr.arthur5776
@mr.arthur5776 Жыл бұрын
Thanks, good Vid. But how can I set the metadata to a folder in a document library with power apps?
@Enea
@Enea Жыл бұрын
Folders are also lists, the process would be the same in theory but I can check and maybe make a second version of this video.
@mr.arthur5776
@mr.arthur5776 Жыл бұрын
@@Enea I agree, it should be the same, but it does not work the in your vid. You can use the custom option, but how can I get my variable from power apps in theren. Using in flow, power apps v2.
@fabrizio-6172
@fabrizio-6172 2 жыл бұрын
Hello, thank you so much. I am wondering if there is any way to view directly p7m files without downloading on the client PC
@Enea
@Enea 2 жыл бұрын
Hi, happy to help! I am not familiar with such files, the video is about uploading documents with metadata in a SharePoint Library. I am not demonstrating how to view files in the app. That might be a topic for another video :)
@seadas71
@seadas71 Жыл бұрын
Great video...I've a question: it's possbile create a from like this with multi library?
@Enea
@Enea Жыл бұрын
Of course it is, the logic is more complex but it is possible
@seadas71
@seadas71 Жыл бұрын
@@Enea Do You have a tutorial about?
@Enea
@Enea Жыл бұрын
Unfortunately not, but its a good idea. Might do a my next video on that use case 👍🏻
@seadas71
@seadas71 Жыл бұрын
@@Enea you will have my eternal gratitude:-D
@markbaker2418
@markbaker2418 Жыл бұрын
You lost me after 24 minute, my CreateFileFlow works manually tested but, in you demonstration the powerapps Upload button fx did not like the semicolon between contentBytes parameter and the name parameter (i.e. it did not seem to like the number of parameters). I rechecked the syntax but no success. Then you started resolving a problem that was not clearly explained. So whilst I got 90% of the way, I don't know what else to do to get the attachment selected into the flow.
@stefanwolff1337
@stefanwolff1337 2 ай бұрын
Hallo, sehr gut, du hast das Video bzw. Beschreibung auch in Deutsch ? Danke und Gruß
@Enea
@Enea 2 ай бұрын
Danke! Nein, leider nicht, Englisch nur
@sumayyaattar-fg1op
@sumayyaattar-fg1op Жыл бұрын
how we can do the same from power pages? on click of submit button we should have to send metadata along with file using ajax call it should trigger flow and save metadata and file in sharepoint library
@Enea
@Enea Жыл бұрын
Sorry I am not a Power Pages expert
@sumayyaattar-fg1op
@sumayyaattar-fg1op Жыл бұрын
@@Enea np..its done :) ...only file content not coming I am checking
@niravbamrotiya6981
@niravbamrotiya6981 Жыл бұрын
can we increase no of attachments?
@Enea
@Enea Жыл бұрын
Yes the attachment control has a property called no of attachments
@juj1988
@juj1988 2 жыл бұрын
How to check from the app, when user submits upload button, the operation is successfull... There is no indication to the user whether it has failed , succeeded, running.. Sorry I am new to SharePoint...
@Enea
@Enea 2 жыл бұрын
Use the notify function
@jagadeeshraggari6843
@jagadeeshraggari6843 2 жыл бұрын
I am facing issues in the button function. While using "name " it's showing error
@johnnyhip3532
@johnnyhip3532 Жыл бұрын
Did you ever figure it out? I'm having the same issue.
Power Apps for SharePoint Document Library
33:08
Deepak Shrivastava
Рет қаралды 30 М.
Молодой боец приземлил легенду!
01:02
МИНУС БАЛЛ
Рет қаралды 1,5 МЛН
МЕНЯ УКУСИЛ ПАУК #shorts
00:23
Паша Осадчий
Рет қаралды 4,7 МЛН
БУ, ИСПУГАЛСЯ?? #shorts
00:22
Паша Осадчий
Рет қаралды 2,8 МЛН
Trapped by the Machine, Saved by Kind Strangers! #shorts
00:21
Fabiosa Best Lifehacks
Рет қаралды 41 МЛН
SharePoint Saturday - What is Metadata and how to use it
18:12
Daniel Anderson
Рет қаралды 14 М.
PowerApps | Upload Document with Metadata the Easy Way
16:32
Andrew Hess
Рет қаралды 7 М.
Beginner's Guide to Using Metadata in SharePoint Document Libraries
17:12
Power Apps SharePoint Document Library Browser
31:17
Shane Young
Рет қаралды 105 М.
Get Data From SharePoint or OneDrive with Power Query - Demystified!
14:00
MyOnlineTrainingHub
Рет қаралды 211 М.
Молодой боец приземлил легенду!
01:02
МИНУС БАЛЛ
Рет қаралды 1,5 МЛН