Random_item doesn't work on deploy for some reason

Hello, everyone!

I made an app that generates random tip for a day. It has type Tips with 100 tips and in Layout i added group that choose random item from this Tips and shop it in textBox. It works perfect on debug, but on deploy textbox is empty for some reason. What can it be?

Did you add the tips to your live database? You might only have those records in the development database.

Thank you so much!

1 Like