Hi @NiesonF
I see all the properties loaded and there are all the extra fields for foreach activity
Please have a look at the attached screenshot.
What’s your studio version? and Sometimes, UiPath Studio may not properly render the designer for the “For Each” activity. You can reset your project or restart UiPath Studio.
Hello @NiesonF , you have to look at the properties panel to see the data type. In the newer versions of Studio, you can no longer manually change the data type and instead it will automatically update depending on what variable you’ve passed into the activity. By Default the data type is System.Object
Checking on System.Activities.25.2.1 that’s not true - you can change the type. What version are you thinking about?
Sidenote - I hope that will never be the case, there’s tons of valid uses where implicit conversions are required in loops (interfaces, base classes and so on).
This looks like a weird bug. Could you maybe give some more details:
Studio version
project type (legacy/windows)
As mentioned in the thread already, this isn’t an issue on the latest Studio, so it could be that updating to the latest patch of your current Studio (if older than the latest) might help.