In the called/run application, the variables you supply as parameters in the Run TAP step are received as @P1 through @P9.
<br>
<br>Look at the properties for the Run TAP step, and you will see the @P1, @P2, etc fields. If you put @ANI and @DNIS into the @P1 and @P2 fields, they will be available by those names in the application you run. Then, you can either use them as they are named, or create new, more meaningful variables in the run application. (ie. Use a Set Global Variable step, and set @ANI = @P1)
|