Best way to implement variable generic texts (eg. promotional messages)

Hi all,

I’m working on building text that I can show in my app, but which are not hardcoded. I want to be able to change it a few times a week. I use it for announcing ‘theme weeks’ and promotions on the Home Screen.

I now use a collection for these texts and get them using a list (max 1 item) with a conditional on the text-identifier.
This works, but the UX sucks because of loading icons and slow load times.
Is there a way to directly reference variables that are stored in the database - like get one specific record, not a whole list.

Hoping that someone solved this already :slight_smile:

Cheers,

Steven

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.