Refer to the exhibit below. In this Integration Procedure structure, what Send JSON Path would you use to send the output of the ActionZ element to a Response Action?
@fesu, you reference is correct. But Answer shouldn't be C?
As per documentation
Key/value pairs to add to data JSON. Can merge other data.
<<<To specify a level below the top level for a key/value pair, use a colon-delimited path in the Key field.>>>
For example:
Key Field: Key1:Key2
Resulting JSON:
{
"Key1":
{
"Key2": "Value"
}
}
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
JohnyWalker99
9 months, 1 week agostudyvikram
1 year agofesu
1 year, 1 month ago