I am trying to create a way for a user to input a root folder that contains excel and csv files that they want to feed into the rest of the workflow. My idea was to use a folder browse tool to allow the user to put the path of the folder in. From there, a list box would dynamically change and list all of the excel/csv files contained in that folder. When ran, the selected files would flow to the rest of the workflow. Below is a picture of what I have put together.
The issue I am having is that the user inputted folder isn't flowing to the list box and it won't dynamically change. The user interface shows the box to input a folder and shows the options to select the files from the directory being used in the workflow.
Thanks in advance for your help!