The workflow I am having problem with is very simple (I am not attaching it because it needs Db-side code):
A value is selected by DropDown and sent to a Batch Macro as parameter. A row of values created by Text Input is also sent to the macro as data. In the Macro parameter is sent to a Dynamic Input to update a substring in SQL (it is ORACLE). The data is sent to in-connector of the Dynamic Input and also set up to update other substrings of the same SQL.
The workflow runs in Designer.
But when run in Designer as Alteryx Application it updates SQL with the parameter but fails to update the SQL inside the Macro with the incoming data values.
Could not find details/guides for my specific configuration.
Is that a known limitation of the Dynamic Input Tool, or of the Macros, or of using them in Alteryx Application run in Designer?
or
Is that a bug?
or
Do I need to configure it some special way?