How to make a "shared" data for all player with Unity cloud?

I need to create a shared data that can be written by all players. For example, this data will be updated whenever any player performs a specific action.

Initially, I planned to use Unity Cloud’s Game Data for this purpose, but I found that players can only load the Game Data values, not save them. What would be the best approach to achieve this?

Thank you in advance.