Hi all curious, I'm trying to collect a list of emails from my user collection and send that list as a JSON array in an API request. Is it possible to create a JSON array in FF for this? Hardcoding values such as this works fine with a test.
"email": ["email1@email.com", "email2@email.com" , "email3@email.com"],
"name": ["Steve", "Jane", "Bob"]
Been stuck with this for a couple days now, would love an assist.