Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

I want to implement an automatic process for excel data using UIpath. I am following video. 

However, on minute 4:23, it can set the variable into read/write excel.

I am following the exact step with the video. however, my variable has no option for read/write excel. Has anyone ever experience this? please let me know what I miss.

no read/write

1 Answer

0 votes
by (29.5k points)

The scope is where the variable exists. It must be a container. For example, In your case, you have 2 containers, Sequence and Do.

Now if you set the scope of a variable to the scope 'Do', it only will exist in that scope.

If you set it for Sequence, it will exist in all the main(this particular case).

 if it doesn't appear to you the read/write scope, it's because you didn't change the sequence name.

You can change it in properties, it's called 'displayName'. After that, it will appear in the scope with that name.

hope this made things clearer

Browse Categories

...