Hi guys!
Is it possible to store multiple data in a stored variable?
I am using this for my translation app so the user can see its history of translations.
Thanks.
Hi guys!
Is it possible to store multiple data in a stored variable?
I am using this for my translation app so the user can see its history of translations.
Thanks.
Use objects in the stored variable
maybe you just need to store a list of items - eg. a list of 7 amounts representing sales for the week, etc.?
Thanks everybody.
I don’t want a list of items, I want to be able to add a single piece of data, then another one, then another one and so on. No multiple at the same time.
Have you considered a Local Table?
Use the Database icon

Click the + button

Click Create New

Select Create your own table and then you can use it in your code as a Local Table and save whatever you want.
Yes, that’s the best option and that’s what’s shown in the video I posted as well. @ant_1 if you try to use a local data source/table and have trouble, let us know.
Thanks