Updating a list

I a trying to create an app that a guest can request I play a song. I would like them to pick from a list then that would update a list I see on my phone. I can make the list, and put in a text option, but would like to avoid that if possible. Is there a way this can be done?

You would need an online database such as cloudDB or Firebase for this, and use the components provided with their dataChanged event.

I am hoping to present the list from a google sheet. I can do this with Android, but the same logic doesn't seem to work for iOS

The Spreadsheet component is almost complete on iOS:

Ah ok. Well I will wait until it is complete then. Thank you

Do you have an example of the logic working in Android. The one block that isn't implemented for iOS is a feature that we had turned off in the Android version, so the two platforms should be compatible w.r.t. this component.