Multi step not passing data correctly

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