I am trying to display the contents of a specific folder on SharePoint within an InfoPath form. Here's what my current form is setup to do:
The user selects a customer from a drop-down which is populated from List data on SharePoint. One of the columns in the list is the URL to a specific folder on Sharepoint that contains documents related to that customer.
I would like a second drop-down to be populated with the names of the files in that specific folder based on the URL specified when a customer is chosen.
I can't seem to figure out a way to use a data connection to do this. Any ideas?