Discussions

Tag Filter:
How would I go about calling a stored procedure using the UserID created with AddUser?
Hi. I need to run a stored procedure after a user has registered via the (AddUser) action, and I need to pass the UserID token to the stored procedure. Traditionally in XMP, you can call a stored procedure from the (SubmitCommand) statement. However, since (AddUser) only runs after (SubmitCommmand), the UserID token is unavailable to SubmitCommand. Does anyone have any ideas about how to approach