With(
{
_Data:
SortByColumns(
Inventory_Destinations,
"cr815_name"
)
},
With(
{
_Export:
"Destination,Code,Address,City,State,ZIP,Country,Status_Active" & Char(10) &
Concat(
_Data,
Name & "," & Code & "," & Address & "," & City & "," & State & "," & ZipCode & "," & Country.Name & "," & Active
)
},
Launch(
ExportDataToCSV.Run(
_Export,
"Destinations_" & Now() & ".csv"
).linktocsvfile
)
);
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473