Use variables from the invoke code tool

Is possible to use a variable created inside of the invoke code tool, outside of the script (in the workflow ?

is possible to sum rows using assing tool?

is possible to convert a string variable to int32? how?

  1. no, but you can read and update variables from invoke code
  2. yes, using compute
Dt.Compute("Sum(Total)");

3) yes, using casting or convert function. For string to int cint()

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