I have downloaded a package from orchestrator which is working fine in production.
After I open it in studio I saw many variable and argument data type is changed(eg- in_ config is changed as string with property direction)
Like that many variables got changed
I had nearly 30-40 wotkflows/ modules where I have to change in order to get this resolved.
I want to understand what made this issue to occur???
Is this a bug???
In case if this happens in future I again don’t want to spend 4hrs on this… Is there any way I can get this resolved quicker???
Hey @Anil_G it was developed in 22.4 and yes it is windows-legacy
I downloaded the package into 22.10.
As it was working fine with 22.4
I rolled back the version of studio to 22.4 from 22.10
Yet it doesn’t make any difference.
I still see the issue.
This seems to be more like a compatibility issue, because your studio would have upgraded and the version which sits in orchestrator was build on old one.
Could you try and open this from some other machine and see if the issue persists.
No @Anil_G
Developed in 22.4
Downloaded and opened in 22.10 as i see this i rolled back the studio to 22.4
Issue is still there that is what am telling.
Even if i have to do it from other machine. I need to downgrade the studio to 22.4 . then its gonna circle back to same thing.
Just wondering what is there to do with binding of variable and arguments with version.
We worked with 22.4,
20.10 all different versions but never seen this issue with any of them earlier.
This will confirm if issue is with downloaded package file or studio itself.
If later is the case (issue with Studio) then, you can fetch the project files from bot machine as well.
Check %USERPROFILE%\.nuget\Packages\<ProjectName>\<Version> folder
The package you downloaded from Orchestrator might have been built with a different version of UiPath Studio than the one you are using. Each version of Studio may have different default data types for variables and arguments.
Your local Studio settings, such as default data types or settings related to variable types, might be different from the settings used to build the package. This can lead to data type changes when opening the package.
Then please check if the package is proper by opening package in notepad…if there is any malformed package may be we need further analysis…for that would request if you can upload a dummy package and provide that