Dear Power Apps Community,
Whilst building an application I ran into following problem:
I am using the provided code to convert a table (ColNewLabels) to a JSON for further processing, the varRecordsPrint returns this notification: value passed to JSON function contains media and cannot be processed. (The value does not contain any media/attachements.)
Set(varRecordsPrint; CollectionNewLabels);;
Set(VarFormatJson; JSON(varRecordsPrint;JSONFormat.IndentFour));;
Here is the data used:

Legenda in English:
Eén tekstregel = 1 line of text
Datum en tijd = date&time
Persoon of groep = person or group
Getal = number
Any idea's?
Kind regards,
Sébastien