Collect(
colOrderItems,
{
'MB ID': ThisItem.'MB ID',
Name: ThisItem.Name,
Quantity: _qty,
PricePer: Text(_unitPrice),
ShortText: _shortTextBase,
TotalPrice: _qty * _unitPrice,
Supplier: ThisItem.Supplier,
DeliveryDate: DateAdd(Today(), _leadDays),
ESN: ThisItem.ESN,
Unit: "",
GLAccount: "65900200",
CostCenter: Text(First(colRequestor).CostCenter),
AssetClass: "",
Item: "",
Picture: ThisItem.'Picture URL',
RequestID: "",
Size: TextInput3.Text,
// Inside your Collect/Patch logic, just save the raw Value
FileAttachments: ForAll(DataCardValue26_1.Attachments, { FileName: Name, FileData: JSON(Value, JSONFormat.IncludeBinaryData) })
}
)
But the data still showing like this in the collection:
