Hi there!
I want to split the Full name (eg: Marko Naric) into 2 separate variables FirstName that has value “Marko” and LastName that has the value “Naric”. This is the output of the set variable module I’m starting from as well as it’s configuration.
The problem is when I try saving the last name to the Customer LastName variable I can only select [1] Marko which is the first name. I’m confused.
Hello @markonaric,
Don’t always rely on that Make’s toolbox when you’re handling Array/Collection.
Sometimes you need to use things based on many datasets (bundles) are there. You need to use a direct Index of those data sets or Iterate it.
Right now in your case, you need to use the direct index of that array.
get(yourArray;1)
use index 1 for first name
get(yourArray;2)
use index 2 for last name
Check this for more detail
https://www.make.com/en/help/functions/general-functions#get--object-or-array--path-
P.S.: Always search first, Check Make Academy. If this is helpful, mark it as a solution and
Need expert help or have questions? Contact or comment below! 