Two Custom Actions, One Flow

I am working with the login flow. If I create two custom actions to add to the login flow, where in the first, I add some custom properties/values to app_metadata…will those properties/values be available in the 2nd custom action in the flow on the event param at event.user.app_metadata?

Hi @amjahmi , yes, that should be available in the second action. You should be able to verify this out on a test user by adding a console.log(event.user).

1 Like

Let us know if you have any other questions down the road!

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