Forum Discussion
Deleted
Jan 31, 2019Dynamically Populate SPO List With Files From Specific Folder?
Can I dynamically populate a field in a SPO list (when a new item is being added) with a list of files (user will select one file) from a specific doc library or folder?
NeverHere
Feb 05, 2019Brass Contributor
ctgrman,
I finally understand, thank you for clarifying. You could use a calculated column for this but based on the screenshot you sent me it looks like you want to populate the item Title column. This means you probably need a workflow that would populate the title field when an item is submitted. You would also need to make title not required for this to work. You could use SharePoint workflow for this but MS flow might be a better longer term solution. I hope this helps!
Deleted
Feb 05, 2019Thanks for the quick response. Don't worry about how the other fields are populated (e.g., Title) and I can manage creating a Flow to perform all required tasks. How would I populate the drop-down menu with the names of the files in a specific doc library? That is the question I need solved.