I have a custom action that sets default userMetadata to the user who creates an account. I don’t want this specific default data to be set for all of my applications. How do I create actions that only apply to a specified application?
I have thought about using that action globally and just adding an if statement to seperate each metadata PATCH request to each application but I need a way to identify which application the user is logging into for this. By the way I am using a Login / Post Login Action.
Thanks in advance.