It’s a list, right?
No, it’s not a list… look at your data
It’s a list, right?
No, it’s not a list… look at your data
Clean, @adamhholmes. (Bubbler’s that have been using Bubble for a loooong time before parens became available still have PTSD over what a radical change that is and I probably would not have cooked up your solution very quickly.)
I might need a bit more guidance here. I’m looking at your applications Ticket data structure and I’m still not seeing how my tags field is not a list of texts
You’ve stored the data values there incorrectly. You’ve got it as a single string (single text value) delimited by commas.
Anyway that is more for my understanding, what you provided is more than enough for me to do this the correct way.
Do not have the opportunity to see
It seems that you block it again…
But whatever @adamhholmes and @keith are saying… is right
This is a screenshot from your database:
You have a field that is a list of texts (‘Tags’), but there is only a single text in it, outlined in orange ('Repairing, Oil Change, Requires Part, contact customer)…
Also, a Tag should not be a text. A Tag should be a Tag.
Edit: Which, in modern Bubble, could either be a Thing (custom data type) or an Option Set, depending on many factors. Personally, I’d make it a Thing, but that’s just me.
I see.
Thanks for the help, all!