Hello Everyone,
I am trying to create an and I tried to run this:
OnStart=
ClearCollect(
colTabs;
{
ID: 1;
Name: "Historico";
Logo: Icon.AddLibrary
};
{
ID:2;
Name: "Agendamento";
Logo: Icon.Add
};
{
ID: 3;
Name: "CheckIn";
Logo: Icon.CheckBadge
}
);
Set(varTabSelected;1);
If I only try to create the collection, it works fine, If I try the setter, it also goes well, but if I try both, I get an error.

(BTW, I am from Brazil, the Portuguese version, you use ";" instead of "," .
I was wondering if anyone has faced something like this and if it's easy to fix.