How to update bubble database?

I am trying to update the data in app data.

for example, I want to change the permission list of first record to [1, 2, 3]

If anybody has an idea, please help me.

Thanks.

Are you trying to update it directly in you database or somewhere else in your app?

Might be wise to use option sets for permissions rather than numbers for legibility and maintainability.

@georgecollier is pointing out a great suggestion.

Notwithstanding … if you want to continue your approach … the post describes what can be interpreted as adding/removing entries in a list. For this you may want to consider brushing up on lists logic in Bubble.

This topic was automatically closed after 70 days. New replies are no longer allowed.