Hi all,
I have a gallery app that contains 2 workflows.
workflow 1: user selects file, then, select which rows contains headers. Workflow 1 outputs to sql_Table
workflow 2: input = workflow1 output. user selects which columns contain product codes and supplier name (drop down with formula -> update tool -> dynamic rename)
issue: workflow2 seems to cache input data every time i run it in manual mode. the app does what it supposed to do, however no matter what file users selects, the workflow 2 will always have the same dropdowns (from the file i ran manually)
i tried to use sql tables as input/output in my projects, as well as .yxdb. Same behaviour.
Has anyone worked on a similar problem before?
Thank you in advance.