@Pstork1 wrote:
The output of the Parse is an indexed array, but Select is designed to Select based on a Key value. you can access the values in the array directly using JSON notation in a compose statement. If you will send a sample copy of your output used in the Parse I can explain what the JSON notation would look like.
{"value": [
{
"Created": "2019-10-09T10:56:08",
"IsCurrentVersion": true,
"VersionId": 1024,
"VersionLabel": "2.0",
"ContentTypeId": {
"StringValue": "0x0100DDC73B6EA313734EBF300A42771F906A"
},
"Title": "testdrnr",
"OData__x005f_ModerationComments": null,
"File_x005f_x0020_x005f_Type": null,
"ComplianceAssetId": null,
"PO_x005f_x0020_x005f__x005f_x002f_x005f__x005f_x0020_x005f_Job_x005f_x0020": null,
"Item_x005f_x0020_x005f_Number": null,
"Entity": null,
"Supplier": null,
"Quantity": null,
"Type_x005f_x0020_x005f_of_x005f_x0020_x005f_Attachment": [
"Dimensional checklist"
],
"Additional_x005f_x0020_x005f_Reference_x005f_x0020": null,
"AX_x005f_x0020_x005f_Quality_x005f_x0020_x005f_Order_x005f_x00": null,
"Comments": null,
"Serial_x005f_x0020_x005f_Number": null,
"Status": "Pass",
"Country_x005f_x0020_x005f_of_x005f_x0020_x005f_Origin": null,
"NCR_x005f_x0020_x005f_Number": null,
"Fail_x005f_x002d_x005f_Accept_x005f_x0020_x005f_Signoff": {
"LookupId": 681,
"LookupValue": "Testperson1",
"Email": "test@testemail.com"
},
"ID": 15,
"Modified": "2019-10-09T10:56:08Z",
"Author": {
"LookupId": 284,
"LookupValue": "Testperson2",
"Email": "test2@testemail.com"
},
"Editor": {
"LookupId": 284,
"LookupValue": "TestPerson2",
"Email": "gmaasz@masterdrilling.com"
},
"OData__x005f_HasCopyDestinations": null,
"OData__x005f_CopySource": null,
"owshiddenversion": 2,
"WorkflowVersion": 1,
"OData__x005f_UIVersion": 1024,
"OData__x005f_UIVersionString": "2.0",
"Attachments": false,
"OData__x005f_ModerationStatus": 0,
"InstanceID": null,
"Order": 1500,
"GUID": "77777224-7fee-4e23-b544-9d5546038032",
"WorkflowInstanceID": null,
"FileRef": "/sites/recordcenter/Lists/QC 009/15_.000",
"FileDirRef": "/sites/recordcenter/Lists/QC 009",
"Last_x005f_x0020_x005f_Modified": "2019-10-09T10:38:06Z",
"Created_x005f_x0020_x005f_Date": "2019-10-09T10:38:06Z",
"FSObjType": "0",
"SortBehavior": {
"LookupId": 15,
"LookupValue": "0"
},
"FileLeafRef": "15_.000",
"UniqueId": "c0d9a928-c81b-401a-ba34-aaffa7bc7842",
"SyncClientId": {
"LookupId": 15,
"LookupValue": null
},
"ProgId": "",
"ScopeId": "{4E363355-FBD6-4082-8C9B-85B18258D602}",
"MetaInfo": "",
"OData__x005f_Level": 1,
"OData__x005f_IsCurrentVersion": true,
"ItemChildCount": "0",
"FolderChildCount": "0",
"Restricted": "",
"OriginatorId": "",
"NoExecute": "0",
"ContentVersion": "0",
"OData__x005f_ComplianceFlags": "",
"OData__x005f_ComplianceTag": "",
"OData__x005f_ComplianceTagWrittenTime": "",
"OData__x005f_ComplianceTagUserId": "",
"AccessPolicy": "",
"OData__x005f_VirusStatus": "",
"OData__x005f_VirusVendorID": "",
"OData__x005f_VirusInfo": "",
"AppAuthor": null,
"AppEditor": null,
"SMTotalSize": {
"LookupId": 348,
"LookupValue": ""
},
"SMLastModifiedDate": "2019-10-09T10:56:08Z",
"SMTotalFileStreamSize": "0",
"SMTotalFileCount": {
"LookupId": 0,
"LookupValue": ""
}
},
{
"Created": "2019-10-09T10:38:06",
"IsCurrentVersion": false,
"VersionId": 512,
"VersionLabel": "1.0",
"ContentTypeId": {
"StringValue": "0x0100DDC73B6EA313734EBF300A42771F906A"
},
"Title": "testdrnr",
"OData__x005f_ModerationComments": null,
"File_x005f_x0020_x005f_Type": null,
"ComplianceAssetId": null,
"PO_x005f_x0020_x005f__x005f_x002f_x005f__x005f_x0020_x005f_Job_x005f_x0020": null,
"Item_x005f_x0020_x005f_Number": null,
"Entity": null,
"Supplier": null,
"Quantity": null,
"Type_x005f_x0020_x005f_of_x005f_x0020_x005f_Attachment": [
"Dimensional checklist"
],
"Additional_x005f_x0020_x005f_Reference_x005f_x0020": null,
"AX_x005f_x0020_x005f_Quality_x005f_x0020_x005f_Order_x005f_x00": null,
"Comments": null,
"Serial_x005f_x0020_x005f_Number": null,
"Status": "Pass",
"Country_x005f_x0020_x005f_of_x005f_x0020_x005f_Origin": null,
"NCR_x005f_x0020_x005f_Number": null,
"Fail_x005f_x002d_x005f_Accept_x005f_x0020_x005f_Signoff": {
"LookupId": 284,
"LookupValue": "TestPerson2",
"Email": "test2@testemail.com"
},
"ID": 15,
"Modified": "2019-10-09T10:38:06Z",
"Author": {
"LookupId": 284,
"LookupValue": "TestPerson2",
"Email": "test2@testemail.com"
},
"Editor": {
"LookupId": 284,
"LookupValue": "TestPerson2",
"Email": "test2@testemail.com"
},
"OData__x005f_HasCopyDestinations": null,
"OData__x005f_CopySource": null,
"owshiddenversion": 1,
"WorkflowVersion": 1,
"OData__x005f_UIVersion": 512,
"OData__x005f_UIVersionString": "1.0",
"Attachments": false,
"OData__x005f_ModerationStatus": 0,
"InstanceID": null,
"Order": 1500,
"GUID": "77777224-7fee-4e23-b544-9d5546038032",
"WorkflowInstanceID": null,
"FileRef": "/sites/recordcenter/Lists/QC 009/15_.000",
"FileDirRef": "/sites/recordcenter/Lists/QC 009",
"Last_x005f_x0020_x005f_Modified": "2019-10-09T10:38:06Z",
"Created_x005f_x0020_x005f_Date": "2019-10-09T10:38:06Z",
"FSObjType": "0",
"SortBehavior": {
"LookupId": 15,
"LookupValue": "0"
},
"FileLeafRef": "15_.000",
"UniqueId": "c0d9a928-c81b-401a-ba34-aaffa7bc7842",
"SyncClientId": {
"LookupId": 15,
"LookupValue": null
},
"ProgId": "",
"ScopeId": "{4E363355-FBD6-4082-8C9B-85B18258D602}",
"MetaInfo": "",
"OData__x005f_Level": 1,
"OData__x005f_IsCurrentVersion": false,
"ItemChildCount": "0",
"FolderChildCount": "0",
"Restricted": "",
"OriginatorId": "",
"NoExecute": "0",
"ContentVersion": "0",
"OData__x005f_ComplianceFlags": "",
"OData__x005f_ComplianceTag": "",
"OData__x005f_ComplianceTagWrittenTime": "",
"OData__x005f_ComplianceTagUserId": "",
"AccessPolicy": "",
"OData__x005f_VirusStatus": "",
"OData__x005f_VirusVendorID": "",
"OData__x005f_VirusInfo": "",
"AppAuthor": null,
"AppEditor": null,
"SMTotalSize": {
"LookupId": 348,
"LookupValue": ""
},
"SMLastModifiedDate": "2019-10-09T10:56:08Z",
"SMTotalFileStreamSize": "0",
"SMTotalFileCount": {
"LookupId": 0,
"LookupValue": ""
}
}
]
}