Hello all,
I am looking how to add an "All" option to my dropdown. This currently does filter between the various status's but the "All" doesn't bring anything back on the gallery. Most articles I've found are Sharepoint based. I've tried using a ClearCollect,Collect on the onstart. I'm guessing I need "All" = AllItems or something like that. Thanks for reading and any help you can give.
Ungroup(
Table({Items:["All"]},
{Items:Choices('Status (DMS-Delegations)')}
),
"Items")