Hi all,
When an item is created in a list, create a file in a Sharepoint Library with the items from the list. But sometimes the same document in .docx or pdf format is not created in the library.
Do you have any ideas what's going on?
Thanks in advance,
Humberto
Solved! Go to Solution.
Your issue likely lies on the SharePoint side. Verify your Flow connecting to a SharePoint List is utilizing a custom view that shows all of the columns that are needed for both the list, and for the file generation. Also, verify that the credentials being used in the flow have access to both the List and Document Library.
For SharePoint lists, the When an item is created trigger has an optional paprameter called Limit Columns by View, which you may want to look into (see documentation).
An additional troubleshooting step you can perform is to compare the columns required for the files that generate, and the files that fail to generate.
Finally, if the files you are generating are large in size, it may take some time to generate the files and the flows are moving forward before they can finish creating the files - so you may need to put delay steps.
Your issue likely lies on the SharePoint side. Verify your Flow connecting to a SharePoint List is utilizing a custom view that shows all of the columns that are needed for both the list, and for the file generation. Also, verify that the credentials being used in the flow have access to both the List and Document Library.
For SharePoint lists, the When an item is created trigger has an optional paprameter called Limit Columns by View, which you may want to look into (see documentation).
An additional troubleshooting step you can perform is to compare the columns required for the files that generate, and the files that fail to generate.
Finally, if the files you are generating are large in size, it may take some time to generate the files and the flows are moving forward before they can finish creating the files - so you may need to put delay steps.
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
33 | |
16 | |
15 | |
14 | |
7 |
User | Count |
---|---|
41 | |
19 | |
14 | |
9 | |
9 |