Skip to main content

How to pass a value to a stored proc?

Comments

1 comment

  • David Paras

    Here are the high level steps for your flow:

    1) Create a context variable and store the value from the field within that variable
    2) Pass this context variable as an input parameter to your stored procedure
    3) Store the output parameter of the stored procedure in another context variable
    4) Within the mapping, use a for each rule and map the variable to the necessary field on the target schema of the db.

    0

Post is closed for comments.