Question
Infosys
US
Last activity: 11 Mar 2021 11:13 EST
Passing parameters to Data Flow
Hi
I have a data flow collecting data from database. This serves as source for my other data flow, where i filter based on different conditions and create multiple data sets.
I want to be able to configure the filters in the dataflow - Can i pass any parameters to the data flow which i can use in the filter?
eg. Filter by customer id where i will be having an ability to pass the customer id from an activity which is invoking this dataflow.
Thanks in advance!
Hi,
Can you try passing parameter to data flow in activity using property set to set .pyCallParams.ParamName = "abc" value.Then in data flow you can refer Param.paramName value.
Hope this works for your scenario.
Thanks,
Deepak Katari.