Forum Discussion
It’s possible to capture the input and output of a Triggered Task that is invoked through the Cloud URL by enabling the ‘Debug’ mode in the Task settings. See the Debugging Mode section in the Triggered Task documentation.
Can you provide a little more information? What does your schema look like and what do you want the output to look like?
- peter_ladis8 years agoNew Contributor
Here is my input side in the MAPPER
$field002
the target is this
$distributors
However when it goes into my mongo tables i need the distributor structure like this where values pop onto the array
var sample = {
proprty1:””
distributors:[“1”,”2”,”3"]
}
Thanks,Peter Ladis
LilyPad
Co-Founder
813-785-6241
peter@lilypad.co
Related Content
- 3 years ago
- 2 years ago
- 3 years ago
- 6 years ago