Forum Discussion

travis_pendleto's avatar
travis_pendleto
New Contributor II
6 years ago
Solved

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...
  • travis_pendleto's avatar
    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.