Hi everyone,
I’m new to automation and Make.com, and my technical knowledge is quite limited. I need some help with a scenario I’m trying to create.
I’m using ClickUp, and I have some fields where multiple pieces of information are combined into the same cell. For example, I have a field where the first name and last name are combined, like “John Smith.” There are other fields like this too, such as addresses.
I want to create a scenario in Make.com that can split these combined fields (e.g., separating “John” and “Smith”) before attaching the next module.
Could anyone guide me through how this can be done? Any step-by-step instructions or examples would be greatly appreciated!
Thank you so much!
Helo @Ali_Khan use the Split function it will do the trick:
and if you want to get the one the first or last name you can combine the functions first and last like this:
{{first(split(“John Smith”; space))}}
Happy Making!!!
1 Like
Thank you so much that’s really helpful with screenshot for a novice like me
1 Like
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
General
Help Center Basics
Articles & Videos
Partner & Custom Apps
samliew – request private consultation
Join the unofficial Make Discord server to chat with other makers!
1 Like
Thank you so much. I will do