I’m trying to integrate GF with Salesforce (web-to-lead) using Webhooks addons, everything works, but i have a problem with multi-select fields.
GF output multi select fields as a single field:
field=value1, value2, value3 etc…
But Salesforce servlet need to receive it individually
field=value1
field=value2
field=value3
Could you give me some hints how to get it through GF or Webhooks?