Hello
I have linked drop down to Excel. Excel includes data for periods and countries, e.g.: AT January 2026 etc.
The reason for that is the fact that in the original version I have manually inserted those in dope down and I have several workflows and I did not want to update each workflow, instead, take Excel and ad periods in tabs.
After implementing that change, I have spotted that even if I add next periods, Alteryx does not see those when I run in Desktop or on Server.
I have done that in the was as per picture.
How could I improve that so that Alteryx depicts changes in Excel for drop down.
I must say that values in drop down are done once per year at maximum.
Thanks, K
I can't download the macro (still says Virus scanning) but can see the screenshot.
This is a common issue of understanding around the interface tools.
As soon as the job is initialised, all the interface is initialised before the "non-interface" tools run. When you have saved the workflow in the screenshot, the metadata has been saved from the last run to populate the dropdown, however that will never be dynamic. That is not how the interface tools work, the dropdown options will be pre-filled before the data hits your first formula.
Your options are:
There may be other ways, but these are the ones off the top of my head. It comes down to that the interface will always initialise before the workflow is run.