How to store the Function Result in Realm Values

I want to trigger a function once a day and store the values in Realm Values to use it for the day.
Is there any way I can do it? Or Realm Values is a static content?
Thank you so much for any response.

I believe that Realm values are read-only from the app’s perspective.

Instead, you can store the result in an Atlas document and then use that from your app/functions.

1 Like

That’s the way! Thank you so much.

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