If you're familiar with #Auth0 Actions, I'd love your help with this problem I'm having.
community.auth0.com/t/actions-…
Actions: How do I *set* an event.user.nickname?
I have this action: exports.onExecutePostLogin = async (event, api) => { // Put the user screen_name as the nickname // for Twitter connections if (event.connection.name === 'twitter' && event.user.screen_name) { event.user.Auth0 Community