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!