@vikas_rawat13 wrote:
Hi Team,
I’m tring to create a workflow using “InvokeVbscript” activity but not getting anything.
test.vbs file
function gSum(param1,param2) as integer
gSum = cint(param1)+cint(param2)
end functionIn the argument section- It support only strings (however, I tried to convert them into integer.
but it doesn’t return anything.
Pls help and provide any examples.
Activity - InvokeVbscript
Posts: 1
Participants: 1