Passing data between actions

In first action, I am updating user details from event object. But when the next action executes, the event object does not contain the values which were updated in the first action.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.

Hi everyone! :waving_hand:

Actions Transaction Metadata is now in EA. It lets you pass small key–value data between multiple post-login Actions during a single authentication transaction.

How it works: set with api.transaction.setMetadata([key], [value]), then read via event.transaction.metadata.key later in the same login flow.

NOTE: Transaction metadata is only available during the current authentication transaction and is not persisted beyond the completion of the authentication flow. This feature is only currently available on post-login Actions.

Got questions? :writing_hand: Drop them now. We’ll answer on Aug 27, 9–11 AM PT (18:00–20:00 CEST). :backhand_index_pointing_right: August 27 Auth0 Community Ask Me Anything: Actions

Thanks!
Dawid