Want to extract a name from self defined field in calenso webhook
I extracted the Child name from calenso. the result is:
output
1
Output Item 1
Tias
2
Output Item 1
09.08.2025
3
Output Item 1
true
4
Output Item 1
true
To allecate it to Brevo I dont find it under attribute Child_Name. How can I have only one output the name? what do I need to add as second stepp? It is stil name, date true true. What I want in the end is an output with the name only.
Best Nathalie
Page 1 / 1
Hey @NathalieKi,
Are you not able to select Tias directly?
If not, try Formatter by Zapier → Text → Split Text. Select [:newline:] and segment index as First. Hope it helps!
Hi @NathalieKi
If you still need help, post screenshots showing how your Zap steps are outlined and configured along with the DATA OUT from Zap step 1 you are trying to use to give us more context.
I have this: and try to put the value Tias to Child_Name. but I only see the 3 following options. it is still everything together, the child name & birthday. How do I separate so I can only have the value Tias to put to Child Name.
@NathalieKi
Help us have more context, by posting these screenshots:
how your Zap steps are outlined
how your Zap steps are configured in the CONFIGURE tab while in EDIT mode with the field mappings visible
DATA OUT in the TEST tab from Zap step 1
@NathalieKi Try adding this Zap step: Formatter > Utilities > Pick from List
Map the variable from Zap step 3.
Select First as the array item to return.
Otherwise, post screenshots showing the DATA OUT from Zap step 1 once you click on a selected example record so we can see how the data is originally structured in the webhook data payload.
Hey @NathalieKi,
Try Formatter by Zapier → Text → Split Text. Select , as separator and segment index as First in the third formatter step. It will extract Tias. Hope it helps!