I'm having a lot of trouble doing something in Alteryx that seems pretty basic. In my workflow(which I'd like to put on a server after completing the app), the user will browse to an Excel file that contains a list of IDs for the given week. That list of IDs will be taken from the Excel, turned into a comma-separated list and passed into the WHERE clause of a SQL statement.
At this point, even after watching some help videos, I'm still pretty confused on the process of getting the user-input Excel data into the workflow. If I use the 'File Browse' tool, it looks like I have connect this to an action tool that then feeds into the 'Input Data' tool. But the 'Input Data' tool needs to be configured with a file. However, I don't want a file configured because I really want the input data straight from the Excel, which the user will browse to on their own machine.
I browsed a bit and some people seem to suggest you need to create a template 'Input Data' file, but if this application is going on a server, so does that mean I have to host the template file in the same place I host the app? Again, all I really want to do is use the Excel that a user chooses as the data source.
I'm grateful for any suggestions or sample workflows, and I'm happy to clarify if needed.