How do i save results from a custom state query such that other users can benefit

Please i need help on how to save custom state results(calculations) to a database temporary for other users using the page at that exact time to acces the figure generated

Hello if you wish to save a custom state’s value to the database, you simply do

database field = custom state’s value

Also, database entries aren’t temporary, when you save a thing to the database, it will be stored there indefinitely.

If you want to use temporary data, custom states is your best friend.

Hope this helps,
Nino