Forum Discussion
Thanks Kory! This is very helpful!
Do you mean that I should create the envelope outside of the SOAP Execute snap and then pass the entire envelope in as a parameter somehow, or should I somehow pass the base64 formated file into a variable in an envelope that I previously have built inside the SOAP Execute snap?
Any info. on how to pass the parameters into the envelope would be helpful.
Thanks!
Scott
- bojanvelevski4 years agoValued Contributor
Try this in a mapper:
$array.map(x=> parseInt(x) < 10 ? '0'+ x : x.toString())
I included parsing of the elements to ensure handling string numbers. Note that the result of the expression will be an array of strings, which is inevitable due to the numbers with a leading zero (<10)
Related Content
- 5 years ago
- 4 months ago
- 10 months ago