When trying to make variable in Read Cell Data, The new variable is not being created and called when using type into activity, Am I using It incorrectly?
Hello @AVINASH_BIJU,
Check that the Read Cell activity Output property is assigned to a variable. Ensure the variable scope includes the Type Into activity, otherwise it won’t be accessible. In Type Into, pass the variable directly.
You can declare/create a variable for this using data manager → variables panel then use it.
1 Like
Welcome to UiPath,
use read cell to get a value, assign it to a variable (Var1), ensure the variable scope is correct, then use Var1.ToString in type into to input the data.
If you found this helpful, feel free to mark it as the solution
Welcome to the community
may be the scope is different try to expand main and check if the variable is in a different scope
cheers
