Hello. I am currently studying “Build Your First Process With Studio” and in the video, the “ForEach” loop is different from the one I have open in Studio.
First there is no “for each… in …”.
Second, in the properties, there is no type argument, so I cannot choose the type “system.net.mail.mailmessage”.
so in that there will no option of selecting the type of argument
2.in the new feature the type of argument will be automatically created based on your value like
example below i have created the output for get outlook mail messages activity
output is a collections of mail messages
@Jon_Smith
I know that
if you update the studio the default dependecies will also upgraded
If you want you can downgrade the dependecies as per your requirement you can downgrade
Just making sure someone doesn’t go to the extreme step of updating or downgrading their entire studio instance to try to get the different activities to display.
If you go to ‘Manage Packages’ on the Ribbon you will be taken to the Package Manager.
In there you can see the packages your project is using, by default UiPath adds things like Ui Activities (to interact with Ui Elements), Excel activities (to interact with Excel) etc etc.
The activities you can add to you project come from these ‘packages’ and the way an activity looks and functions can depend on the version of the package you are currently using.
If you were to select the UiPath.System.Activities (where the For Each activity is) you will see a version, probably something 23.6.0 or higher. The version is based on release year (2023) then month (6 so that would be June) and then the minor version.
You can select a ‘lower’ version and downgrade to get an older version of the activity, for example if you get 22.4.3 that would be the one released in April 2024, or at least close to that date as it may be a bugfix from around that time.