How to get items from google sheet rows as spinner items in kodular

I have a list of names in googlesheet, I will update the name through my app
I wanted this names to appear in a different page inside a spinner
is it possible?

Of course!
See this guide:
https://puravidaapps.com/spreadsheet.php
And when you get the value use parse json block ( web component ) to parse the json you got.And set the spinner elements to the data you’ve parsed.

1 Like