⬆️Upload to a SharePoint Library with Metadata

⬆️Upload to a SharePoint Library with Metadata

Enea Liçaj

2 года назад

16,209 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Dipankar Bose
Dipankar Bose - 03.11.2023 20:05

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

Ответить
Mark Baker
Mark Baker - 01.09.2023 16:31

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.

Ответить
sumayya attar
sumayya attar - 21.08.2023 14:27

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

Ответить
Nirav Bamrotiya
Nirav Bamrotiya - 02.06.2023 08:56

can we increase no of attachments?

Ответить
seadas71
seadas71 - 19.05.2023 13:20

Great video...I've a question: it's possbile create a from like this with multi library?

Ответить
María Laura Font
María Laura Font - 28.03.2023 19:06

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!

Ответить
Me Dug
Me Dug - 09.02.2023 19:58

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

Ответить
Arthur Cramer
Arthur Cramer - 06.02.2023 16:25

Thanks, good Vid. But how can I set the metadata to a folder in a document library with power apps?

Ответить
JAGADEESH RAGGARI
JAGADEESH RAGGARI - 28.10.2022 14:36

I am facing issues in the button function. While using "name " it's showing error

Ответить
Amanda Badger
Amanda Badger - 15.08.2022 23:38

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.

Ответить
allen bien-aime
allen bien-aime - 13.07.2022 18:02

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.

Ответить
juj1988
juj1988 - 21.05.2022 07:02

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...

Ответить
Fabrizio Degni
Fabrizio Degni - 13.02.2022 05:15

Hello, thank you so much.
I am wondering if there is any way to view directly p7m files without downloading on the client PC

Ответить
PaulskieHD
PaulskieHD - 12.01.2022 18:13

Great tutorial! I was just wondering if the file can be opened without any problems? Thanks!

Subbed! ;)

Ответить
Douglas M
Douglas M - 12.11.2021 03:34

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)

Ответить