hi Experts,
I have a workflow which creates a list of financial data in different periods - now from 2025.01 to 2025.09 ,like company code, product, period, to make it simple.
The user needs to select 2 periods from the whole, so the best solution would be that a list box or similar identifies the values or it is pre-written in a custom list.
I saw videos on how to select 1 item with text box and action tool connected to the filter tool but that's not enough for me. I need to understand how to select multiple values and as the year is always changing I have to select the whole "year.period" expression or to be able to build this from a period like "08" or "12' and so on.
My query has nothing to do with dates.
A couple of things.
Above all though, this is something to remember, you can't compute things in the workflow to construct a list that is used in the interface tool. That list in the interface tool, will appear before any of the other tools on the canvas have run. (So, you can't get a list of unique periods from the file and use that to generate a drop-down, however, you can use a file in the dropdown).