I'm trying to setup an Analytical App that can download specific files from an SFTP server based on the user input. The first step is to pull the file names from the SFTP folder by using the 'Download' tool with the Regex tool. Next, I concatenate the SFTP location name with the file names to be used later to download the file to a local folder.
Here is where I want to incorporate an Interface tool so the end-user can select a single file to download from the list of file names created in the prior step. However, the Interface tools only display the field names and not the rows from a single field. Is there a way to create an interface tool that allows the end-user to select a specific row from a single field based on the value?
The end goal would be to wrap this initial workflow into a series of other workflows using the Alteryx 'Conditional Runner' Macro. This workflow would be the initial downloading of a file, followed by the subsequent ETL workflows. Consolidating the workflows would allow the end-user to simply run 1 workflow that would first allow them to insert the file to be used, the run all ETL processes in the background including the uploading of the end file, without interacting with any other resource.