Forum Discussion
The Split function has an optional limit argument. If you don’t include it, then it’ll split each value. So you should be able to do: $email.split(',')[0]
for the value of the primary email and $email.split(',')[1]
for the value of a secondary. You may need to handle the case where the email field doesn’t include a comma delimiter and other situations, but that’s the general approach I’d take.
I am not sure what you mean by fetching the log for the pipeline. Do you mean runtime statistics for the pipeline runtimes? Do you mean debug logs generated on the Snaplex nodes? Runtime statistics are available through runtime APIs. Debug logs are available using the logs APIs.
Hello, I’m talking about the log API located here: https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1438932/Log+API.
When passing in the RUUID for the subscriber event, I don’t get any results. I’m really just looking for any way to get verbose logging for the Salesforce subscriber snap. We have instances where it loses connection with no errors that we can see, and we’re trying to troubleshoot.
Related Content
- 2 years ago
- 3 years ago