Looking through a comma separated string 'list'
When you export a list of users in bubble, you get a text column/field with a comma-separated list of email addresses.
[image.png]
Can I, and if so how do I loop through these emails?
I can query all users where Followers isn't empty, then create a loop for each user and within it create a loop on User.Followers? would that work? Would xano know this is a list despite technically being a single string?
[image.png]
Or was there a way during import to turn that column into a proper list?
Other
3 replies