you could use one variable and use it as a JSON object.
like so
var names = {
person1: {
first: "John",
last: "Smith"
},
person2: {
first: "Jane",
last: "Doe"
}
};Since we are working with LLM’s we can still use that pretty effectively inside Lindy 🙂