Hi SME,
I have a workflow that's connected to a Python tool using Alteryx.read("#1"). When I converted the workflow into Analytical App, I couldn't get the same reading to work. Is there a way that I can import everything like Alteryx.read("#1") in an Analytic App? Or do I have to use Alteryx.read("#1").iloc[i] where i is in a loop? I do have a problem figuring out what i is though since it's depended on user's input.
Thanks,
kwl