I have a workflow which has two data inputs into it, and this runs the data just fine. I then saved this as a macro, and it's still working fine which is great. But when using the macro in another flow, I am asked to specify the two data inputs leading into the macro.. again. Even though they were specified in the macro.
Why do I have to specify the data inputs a second time?
Thanks
Roger
Solved! Go to Solution.
Macro1 uses a "Macro Input" instead of an INPUT tool. The Macro Input defines the schema, but does not include the data. If you substitute an INPUT tool, then you will not require the input when it is run as part of a workflow.
Cheers,
Mark
Thanks Mark - much better now