Hi,
I currently have a dropdown list that i want to display all of my Project Folder Name
from a SharePoint list that I want the user to select from;
I Have used the following Filter Function to retrieve the right data (it seems):
Filter(Documents, 'Folder path'= "Shared Documents/Current Projects/");

But my Dropdown Fields, whilst displaying the right number of dropdowns, are Blank Fields;

The text i wish to Display is either 'Name' or 'filenamewithextension' for selection.
if anyone has any ideas on how i get this information into the dropdown fields it would be greatly appreciated.
Kind Regards,
James