Raw Datasource inside Filter

Hi there,

i want to use a Filter-Dropdown to let the user select a year which later will be passed to a workflow via a variable. The source of the Filter should be a raw Datasource with a single column, so either list or table.

However, with my current config, the Filter keeps showing up empty.


image

Sadly, no Docu mentions on how to do this, can you help? Thanks :slight_smile:

1 Like

Hi @fmossner :slight_smile:

I am not sure if you can make this work with a list, at least I would not know how to because you need to reference a column-name in the filter and to my knowledge you only get columns if you are using a table.
This is how such a raw datasource could look like with the columns “key” and “value”.

Let me know if you have further questions.

P.S.: To be fair, I have never worked with raw datasources of schema “list” and I cannot think of a use case for them, so there might be a way how you could make this work.