[SOLVED] Populate a list without passing by the database

I have a Custom State that is a list of text format. How can I add elements to that State list without creating a new type of thing in the database?

For my application, I really don’t need to pass by the database.

In the workflow, when setting a state, I can’t manually type values. How then?
39

https://puu.sh/CIiCy.png
https://bubble.io/reference#Data.Messages.list.plus_element ,

2 Likes

That is cool. I would never have thought of referencing the state to itself.

Thank you very much!

1 Like

nice, i think if you want duplicates of the same text you will need to use database.

Yup that’s what I just read in the database.