I have a scenario where I need to find all the files with a particular ID inside a folder and upload them online. So I am trying to use a variable with an array data type and filling it with default values and if UiPath encounters any of those default values, it must replace it with the file name and upload it. So, can anyone help me in achieving this task?
Also, I get an error stating that (the values may be inaccessible due to its protection level).
The error states that the variable is declared twice or it is declared as local variable. Can you please add a screenshot or your project file if possible?
The error is year array has only one attribute. So, it will get the value of year(0) and for the second loop, if the code tries to fetch year(1), no second attribute available. So, it is erroring. Try giving year(0) as it is containing only one.
Hello, I have a container in a website where I need to upload documents into each and every document separately. So in order to do that what is the vb.net expression that can be used in order to traverse a loop for all the items inside that container?