@LaurensM Thanks a lot for your help. seems both reverting back to this version V3.23105.17,+ using As operator fixed the issue for me:-
Patch(
'Printing Orders Details',
LookUp(
'Printing Orders Details' As i,
i.ID = ThisRecord.ID
),
{
'Network ID': ThisRecord.'Network ID',
Quantity: ThisRecord.Quantity,
'Quantity Each Artwork': ThisRecord.'Quantity Each Artwork',
'Printing Order Type': {Value: ThisRecord.'Printing Order Type'.Value}
}
)
so regarding the version , when will this version V3.23105.17, get changed automatically ?