I have a data flow that has a parameter: TableName. The dataset that is used as a source within the flow is parameterized for a TableName parameter (SQL Server dataset). When selecting this dataset in source setting within the ADF dataflow, it does not allow me to set the TableName parameter as it does when setting the source within a standard CopyActivity.
So how does one use a parameterized dataset in a dataflow if it never allows you to set the parameters?
UPDATE: The settings are actually on the DataFlow activity itself.





