Hi all,
I want to have a choice added to a set of radio buttons that are currently displaying a set of records.
Basically, my "items" are using a data source to display a dynamic amount of entries:
Filter(source;column1.Value = "example";"searchText" in column2.Value).column3
This gives me the following choices:
What I want to have now, is to add a separate choice to the existing list, that always shows at the end:
- Choice 1
- Choice 2
- ...
- none of the above
I've tried using the "table" function, but this doesn't work and gives me a syntax error.
How can I achieve this?