Text Parser or Split Text Action
Status: Closed · Asked by Keith22 on · 0 views
We would like to ask how to split and combined the data that we want to split and combined for example: Mrs Martha Resque and we want to Split the First Name and Last name of the person and Combined the Mrs Martha to First Name and Last Name would be Resque
Basically once you split the name using {{space}} you can directly map the values together in any other step -

Thank you so much for this and I appreciated
Basically once you split the name using {{space}} you can directly map the values together in any other step -
I would like to ask again what if someone submit to the form and did not input a Mrs or Mr and only first name and last name? it would be an error even on our action is we split and combined the fields?
So above setup will work without any issues if you have two spaces in the name.
For best and error free executions i would recommend taking first name and last name separately in the trigger app if possible.
Other wise it will cause some issue if the action app requires last name as a mandatory field.
Thank you so much