Hi
i am creating a collection with a date column, however when i view that collection in a another gallery it reverts the dates to the last selected date.
I am adding each line to the collection through the following code:
Collect(
collLineItemInfo,
{
Quatity: CollLineQuantity.Text,
UnitPrice: CollLineUnitPrice.Text,
AccountAssignmentGLCode: Value(CollLineGLCode.Text),
UOM: ddUOM.Selected.Value,
MaterialHCSGroup: CollLineMAtGroup.Text,
ShortText40CharactersOnly: CollLineShortText.Text,
GRNStatus: txtGRNSelect.SelectedText.Value,
DeliveryDueDate: CollLineDelDueDate,
AccountAssignment: CollAccountAssignment.Text,
MASCode: CollMASCode.Text,
MaterialMaster: CollMaterialMaster.Text
}
)
Its displays as it should in the below table on the screen where the collection is being made

however on the next screen where i want to view that same collection again i get the below?

Many thanks
Chris