Hi,
For creating polls you can use our
storage service in which you can store, update, search a JSON document and can also apply map-reduce search for stored documents.Once your app data is stored on the App42 cloud in JSON objects also referred to as JSON documents, you can query your data using finder methods available in the Storage API. There are several ways of fetching stored objects.
In your use case you can fetch an object by passing a single key its associated value for example finding objects where poll-Question equals to XYZ.
Let me know if it makes sense.
Thanks & Regards
App42API Team