Hi Smaran,
Thanks for sharing the above code but, the result is same error message. For trouble shooting when I am running "@activity('Web').output.value" at the same place as per point 8 in your original solution it is throwing below error message.
The web activity input post execution with error msg look like -
{
"method": "GET",
"headers": {
"Authorization": "Bearer *********",
"ConsistencyLevel": "eventual",
"Accept": "application/json"
},
"url": [
{
"@microsoft.graph.Decorator": "decorator has been deprecated. Refer to folder.decorator",
"createdBy": {
"user": {
"email": "******",
"displayName": "*****"
}
},
"createdDateTime": "2018-06-11T22:48:22Z",
"eTag": ""{*****},10"",
"id": "*****",
"lastModifiedBy": {****
"user": {
"email": "*****",
"displayName": "*****"
}
},
"lastModifiedDateTime": "2018-06-11T22:50:01Z",
"name": "_Foldername",
"parentReference": {
"driveType": "documentLibrary",
"driveId": "*****",
"name": "Documents",
"path": "/drives/****/root:",
"siteId": "******"
},
"webUrl": "*******",
"cTag": ""c:{******},0"",
"fileSystemInfo": {
"createdDateTime": "2018-06-11T22:48:22Z",
"lastModifiedDateTime": "2018-06-11T22:50:01Z"
},
"folder": {
"childCount": 91
},
"shared": {
"scope": "users"
},
"size": 11396521303
},
Output with error msg -
{
"effectiveIntegrationRuntime": "AutoResolveIntegrationRuntime (****)",
"executionDuration": 0,
"durationInQueue": {
"integrationRuntimeQueue": 1
},
"billingReference": {
"activityType": "ExternalActivity",
"billableDuration": [
{
"meterType": "AzureIR",
"duration": 0.016666666666666666,
"unit": "Hours"
}
]
}
}
Error Message -
The value type 'System.Collections.Generic.List`1[[System.Object, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]', in key 'url' is not expected type 'System.String'
Please help me to resolve this.
Thank You,
Jagdev