Hi guys,
I've put my ClearCollect in App - Onstart, after save the app and play, then close again, check the collection is build but it is empty. Anyone can help me why ?
Here is my ClearCollect, which only to have 1 record contains string :
ClearCollect(DetailHeader,
{
Order : "Order",
Date: "Date",
Category: "Category",
Description: "Description",
Qty: "Qty",
Price: "Price"
}
)
Please help.
Thanks