Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
1 reply
Subscribers
7 subscribers
Views
1403 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
When using the Send HTTP Request node, how do you send a JSON request that conta
raymondb
over 10 years ago
When using the Send HTTP Request node, how do you send a JSON request that contains an array. In the following example, the expression editor will not allow this expression to validate due to the square brackets [ ] :
=a!toJson({Documents:[{Url:"String",Name:"String"}],UID:"String"})
OriginalPostID-141032
OriginalPostID-141032
Discussion posts and replies are publicly visible
Parents
0
ashish.deshmukh
A Score Level 1
over 10 years ago
Try this:
a!toJson(
{
Documents: {
{
Url: "String",
Name: "String"
}
},
UID: "String"
}
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
ashish.deshmukh
A Score Level 1
over 10 years ago
Try this:
a!toJson(
{
Documents: {
{
Url: "String",
Name: "String"
}
},
UID: "String"
}
)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data