Hello community
I have a Collection with the following nomenclature
Set(NumberToUse,1)
ClearCollect(
CurrentCustomersClientsCollection,
{
IDNumber:NumberToUse,
Name: ""
}
);
I have to increment the NumberToUse variable every time a record is created in the collection. How can I do?