Hi @kreed11,
Something like this
ClearCollect(
colVar,
{VarName: "Variable 1 - " & var1},
{VarName: "Variable 2 - " & var2},
{VarName: "Variable 3 - " & var3},
{VarName: "Variable 4 - " & var4}
)
or to make it dynamic in the Gallery - just make the Items
Table(
{VarName: "Variable 1 - " & var1},
{VarName: "Variable 2 - " & var2},
{VarName: "Variable 3 - " & var3},
{VarName: "Variable 4 - " & var4}
)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps