Even if the result has not yet been parsed correctly, at least some result would have to be returned.
But “Label1.Text” is not changed to “Event raised!” (without taking care of “action” or “result”).
Whats going wrong???
PS: I’m using heroku for hosting.
You need to set a password for database in order to use this block, this is for protecting your data. You should also add OnError event to know the errors next time.
strange thing.
I tried to store data to an Asteroid DB. That’s no Problem - but the value I want to store isn’t a single one. In the real App it is a mixture of single values and list’s and also list of lists.
Actually that’s how App Inventor Lists looks, however as AsteroidDB can run outside of App Inventor also (for example you can also make a website of your app which connects to AsteroidDB), I prefer storing more universal data type which every programming language can parse, for example you should store your data as JSON Array instead of App Inventor Lists. There is a component called JSON component, you can use it. Let me know if you need more help about it.
Or I can add a block which allows you to convert lists to readable format by AsteroidDB.
Of course it makes a lot of sense to use standards. however, I am not familiar with JSON. I think I need a push in the right direction.
What would the writing routine for my data set look like? and how can I read it back later?
I don’t think it matters which category it is. It’s also kind of debatable since yes it is an extension, but it’s also a database solution derived from another.