Hi!
I have build a macro. Outside the macro (in a workflow) I connected the macro input with a Input Data Tool (Test Input Tool or so) to an external data source like a csv-files.
Inside the macro I work with the incomming data and the data are going outside with a Macro Output Tool.
When I will run this functional in th Alteryx-Gallery it is not possible. Because I can't execute macros in the Alteryx Gallery.
So I have to build an Analytic-App instead.
But how is it possible to read the data from the a external data source with a File Browse Tool, work with incomming data inside the Analytic App. And get the same functionality like like my build macro?.
For example my build macro:

And the workflow:

Mathias