I am trying to split this pulseName from webhook and set variables for First and Last Name.
I have the following formula:
{{split(1.event.pulseName; )}}
But it’s always giving me the whole name still even if I play with get () function.
Please help. Thank you!
Welcome to the Make community!
You’ll need to get the first array value after splitting them
{{first(split(1.event.pulseName; space))}}
Here are some useful links and guides to help you get started and learn more on how to use the Make platform, apps, and app modules —
General
Help Center Basics
Articles & Videos
samliew – request private consultation
Join the Make unofficial Discord server!
1 Like