travis_pendleto
6 years agoNew Contributor II
Converting Array to Comma Separated String
I have JSON output from a Salesforce SOQL snap, in the format
[
{
“QualifiedApiName”: “Accelerator_Pack__c”
},
{
“QualifiedApiName”: “Access_Certifications__c”
},
{
“QualifiedApiNam...
- 6 years ago
I bet that would work too. I got a solution from someone on Stack, I piped the QualifiedApiName into a Concat snap, then replaced the “|” with “,” in a mapper snap.