Hello there!
I want to fill a dropdown with a formula & add an extra static value, how can I do this?
This fills the gallery with the items from my sharepoint list, but I need to add a value like "Test" to it
My formula:
Sort(
Distinct(
Filter(
'D-Nummers-OpleverApp';
Dropdown3.SelectedText.Result = Order
);
Verdieping
);
Result
)