OK, what am I doing wrong. I tried this as Initialize Variable and as Set Variable for the Array:
I get:
BadRequest. The variable 'Tasks' of type 'Array' cannot be initialized or updated with value of type 'String'. The variable 'Tasks' only supports values of types 'Array'.
Solved! Go to Solution.
It looks like it's because you have a period instead of a comma which means it's not valid JSON.
[
{
"Task": "Port Phone Number",
"Value": ""
}.
{
"Task": "Phone",
"Value": "Apple iOS"
},
{
"Task": "Desk Accessories",
"Value": "Dual Monitors"
},
{
"Task": "Computer",
"Value": "Laptop"
},
{
"Task": "Traverse",
"Value": "Yes like Steve Rogers"
},
{
"Task": "ExacqVision",
"Value": "Clarks Hill,Mitchell"
},
{
"Task": "Motive",
"Value": "Admin"
},
{
"Task": "SharePoint",
"Value": "Operations, HR, 205"
},
{
"Task": "Email",
"Value": "Yes"
}
]
I had this working for 5 minutes while it was in a compose, and then the compose as inside an Initialize Task, and it stopped working again.
It looks like it's because you have a period instead of a comma which means it's not valid JSON.
User | Count |
---|---|
94 | |
46 | |
21 | |
19 | |
18 |
User | Count |
---|---|
137 | |
54 | |
42 | |
41 | |
30 |