Let’s talk a little bit about more complex tasks where decisions, iterations, and scenarios are needed.
In your own context, how can you see them used? And now that you learned about making your robot take decisions, go through iterations and work in scenarios, do you find RPA more valuable?
All,
Although I was not able to run the project solution, I was able to complete the exercise by downloading the solution, and copying the four items into my projects directory.
On my computer, my project directory is C:\Documents\UiPath\ModifyWordTemplates
@loginerror I have a question about dependencies used in solution (i had use this solution project, because files for exercise wasn’t there, where them should be ).
Why there is prerelease packages in solution showed to participant of this course. I assume that quite a lot of people start this journey and knowledge about project packages could be quite minimal.
When I opened project with solution I get internal error all the time. I switch profile to Studio, then repair dependecies (some of them get better but Studio has freezed during this action - I had to kill it in Task Manager). After that operation I was able to open project is StudioX profile and solution project worked as predicted.
And still, one of the packages is not available to upgrade in any feed:
Please deliver solutions only with stable version of packages. I assume that learning plan should help people learn on examples without making their learning path harder
Second one - probably profile of StudioX need to be checked in case of working with projects, where dependecies has problem to download/install. Studio profile is better in managing those situations.
Could you please try adding a delay activity before the Replace Picture activity ?
The Delay activity looks like this and you can mention the delay in seconds.
Thanks for pointing it out. The easy fix is to change the version of the package in the project.json before opening the project, but we will fix it of course
The question in the scenarios section was a bit weird, the one around the Ifs.
The option “I’m not sure, there are a lot of If activities there.” did not apply to me, still not answering it with “Yes” made the whole answer incorrect. Minor thing, but I’m basically told to be confused
Other than that, the zip file contained a bunch of hidden objects (files, folders) which, while being interesting, can be ignored, but their existence confused me more than the nested Ifs ^^
Hola,
To create the Scenarios-Switch exercise, the process proposed in the solution does not coincide with the solution I gave it.
In my case, we first check if the cell is empty: If yes, then I use the Switch to complete it. I used 1 IF and 1 Switch.
In the UiPath solution, it first uses the Switch and then for each of the possible answers, it uses 1 IF to check if the cell is empty. In other words, it uses 1 Switch and 3 IFs
I have tried this solution but still dint work for me.
I think it’s because the contents of the file doesn’t get copied in the first place.
Can someone please help