Hi Team,
Need Help! Dynamic File Path
I am new in Alteryx. I have a Standard workflow which is accepting CSV file as input And I am looking for how to pass dynamic file path to CSV file in workflow through .Net by using AlteryxApi.AlteryxRunModule2. Is there any way to set runtime path ,
I can set Workflow path and able to execute it, But I am not able to set the input file path from coding.
Please help me in this situation with possible ways. Thank you!
AlteryxApi.AlteryxRunModule2(strXmlModule, strPathContext, pCallbackToolProgress, pCallbackMessage, userData);