Is there a way in clay to split this in two fields? I am getting "Full name" from api - i want it to automatically split into "First Name" & "Last Name"
To achieve this for full names, you can use a simple prompt for each column and part of the name like: "return the first word from /fullName"
"return the second (or last) word from /fullName"