I am looking to create a meditation app where there are six categories. Each category contains 10 audio files. How do I go about setting up the database and displaying the audio files by category?
Help is much appreciated!
Thanks.
I am looking to create a meditation app where there are six categories. Each category contains 10 audio files. How do I go about setting up the database and displaying the audio files by category?
Help is much appreciated!
Thanks.
Hi there, @jerrel… if I was doing what you described, I would likely use an option set to define the categories. Then, you could have a custom data type that has a field for a file and a field that links to the categories option set. With that setup in place, displaying the audio files by category would be as simple as doing a search of the custom data type with a constraint where the category equals a certain category, and then display the files of the things that are returned by the search.
Hope this helps.
Best…
Mike
Hi Mike,
Thanks a lot! This helps!
Regards,
Jerrel