Spying

VNSL

New Member
I am working on currency converter web application using Excel .There is no issue in object studio it will run for 1 input in object studio. But in process studio am passing the 10 inputs using MS Excel VBO for that it will run for only one input after that it is throwing error " Input Value Not Available “
 

faraz13

New Member
May be it is considering the 10 inputs as a single string or unable to loop through the inout collection. Check your VBO code. How is it differentiating different inputs?
 
Top