<@1151616606594666496> combining my answers toget...
# 🌎general
q
@many-solstice-17760 combining my answers together
Copy code
js
let users = [
    {
        name: "John Doe",
        country: "USA",
        email: "johndoe@example.com"
    },
    {
        name: "Jane Smith",
        country: "UK",
        email: "janesmith@example.co.uk"
    },
    {
        name: "Carlos Garcia",
        country: "Spain",
        email: "carlosgarcia@example.es"
    }
];

workflow.tbl1 = users