Hi @dvera,
Welcome to the Auth0 Community!
I understand that you want to update values already included in the user_metadata
using Actions.
Usually, to update a value already included in user_metadata, it is necessary to use the same “name
”, and change the value by adding here: api.user.setUserMetadata(name, value)
I can recommend checking these two articles and let me know if those work for you:
- Manage User Metadata with the post-login Action Trigger
- Different Strategies to Update User Metadata in Post-Login Action
Please let me know if this helps and if you have any follow-up questions.
Thanks,
Timotei