Hi Alteryx family! I am new to Alteryx, but I have been requested to build a worflow with only input data, user inputs, and create excel output - no data transformation at all. Currently my report takes forever to run and this is because I pass the filters after doing select ALL. I read the View in SQL (only one) and then pass filters.
i want to know if there is a way to capture the filters input by the client before the query is executed in Alteryx, that way the query will not be.SELECT ALL FROM TABLE, but rather SELECT ALL FROM TABLE WHERE…
any idea how to make this work would be very much appreciated.

note* you see 2 inputs. First one is only to get the table column names, so the client can select the attributes they want in the output.
Sara