Hello,
Can someone please help me parse the following JSON into a table or collection?
{
"value": [
{
"createdBy": "mymail@mail.com",
"responses": [],
"permissionTokens": [],
"fileUploadFormInfo": null,
"xlFileUnSynced": false,
"description": null,
"onlineSafetyLevel": 0,
"reputationTier": 0,
"background": {
"altText": null,
"contentType": null,
"fileIdentifier": null,
"originalFileName": null,
"resourceId": null,
"resourceUrl": null,
"height": null,
"width": null,
"size": null
},
"header": {
"altText": null,
"contentType": null,
"fileIdentifier": null,
"originalFileName": null,
"resourceId": null,
"resourceUrl": null,
"height": null,
"width": null,
"size": null
},
"logo": {
"altText": null,
"contentType": null,
"fileIdentifier": null,
"originalFileName": null,
"resourceId": null,
"resourceUrl": null,
"height": null,
"width": null,
"size": null
},
"tableId": "adasd",
"otherInfo": "{\"Theme\":{\"Name\":\"Default Theme\"}}",
"runtimeResponses": null,
"permissions": [],
"responderPermissions": [],
"status": "Active",
"category": null,
"localeInfo": "{\"TimezoneOffset\":60,\"Locale\":\"pt-PT\"}",
"descriptiveQuestions": [],
"questions": [],
"predefinedResponses": null,
"fillOutRemainingTime": 0,
"timedFormStartTime": "0001-01-01T00:00:00Z",
"distributionInfo": null,
"id": "dfgdfgaHNSUgsdfgsdfgUUVWMy4u",
"title": "Fsdsdítulo",
"createdDate": "2020-05-09T12:03:19.937Z",
"modifiedDate": "2020-05-09T12:03:36.827Z",
"version": "1.0",
"ownerId": "adas-fc11e24599bf",
"ownerTenantId": "9gdfgdf6",
"settings": "{\"RequiresUniqueResponse\":false,\"IsAnonymous\":false,\"NotRecordIdentity\":false,\"ShowGradedScores\":false,\"IsQuizMode\":false}",
"deserializedSettings": null,
"softDeleted": 1,
"thankYouMessage": null,
"flags": 4,
"emailReceiptEnabled": null,
"type": "form",
"meetingId": null,
"formsInsightsInfo": null,
"formsProRTTitle": null,
"formsProRTDescription": null,
"defaultLanguage": null,
"dataClassificationLevel": null,
"localeList": [],
"responseThresholdCount": null,
"inviteExpiryDays": null,
"tenantSwitches": 0,
"privacyUrl": null,
"collectionId": null,
"fillOutTimeLimit": 0,
"mfpBranchingData": null,
"rowCount": 0,
"progressBarEnabled": "true",
"trackingId": "ab8gfdsgdfsg3d5d93d32"
},
{
"createdBy": "mymail@mail.com",
"responses": [],
On a button, I'm trying with:
ForAll(Table(ParseJSON(gblMyJSONvariable .....

Report
All responses (
Answers (