Hello, I am trying to upgrade a UiPath process from windows legacy to windows and while converting I am not able to get both dependencies “ExcelFileToPDF” and “MicrosoftZctivitiesExtensions”. There is no other dependency compatible with windows to replace with!
In that case, you would require to follow another approach to convert the required functionalities using the options available for windows projects.
For eg, there is direct activity available now to save excel file as pdf. Even if this doesn’t serve your purpose, other approaches like read excel range, saving to datatable and then saving datatable to pdf etc can be followed.
There can be few different ways to solve the same.
So, please share the functionality for which you are using these marketplace packages, so we can help you achieve that functionality using other approaches.
You will have to get these packages upgraded to Windows first. If you have the source code, upgrade the code if you don’t have control, request the developer to upgrade and wait till the developer does the upgrade.
The last option would be developing the functionality by yourself.