Thank you for the responses. I am trying to speed up the appload performance.
Many of these collections reference media images in the app, is there a way to reference that media image in the static table that would be compiled in Excel?
ClearCollect(collCountries,
{Country: "Global", Logo: world},
{Country: "Australia", Logo: australia},
{Country: "Belgium", Logo: belgium},
{Country: "Brazil", Logo: brazil},
{Country: "China", Logo: china},
{Country: "Germany", Logo: germany},
{Country: "Hong Kong", Logo: hongkong},
{Country: "India", Logo: india},
{Country: "Indonesia", Logo: indonesia},
{Country: "USA", Logo: usa},
{Country: "Vietnam", Logo: vietnam}
)