Issue importing a package to a tenant related to internal packages

Hey everyone,

I’m having an issue that occurs when I download a package from a Dev Tenant (this package contains the UiPath.Web.Activities Package), and then upload it into a clean QA Testing Tenant and run the job, the package does not bring with it the internal packages (in this case, the UiPath.Web.Activities Package).

I use a JSON Config file for my processes in order to isolate their setup/initialization by environment, however, without the ability to use the Deserialize JSON Activity to output a Newtonsoft.Json.Linq.JObject variable, I cannot access any members of the Config Object.

Is this an intended interaction that it will not download the required packages for the .nupkg to run correctly? Is there something I’m missing? The only thing I can think of is creating a Library to import the corresponding packages at the start of runtime which seems like a very bad option that will result in many, many, MANY dependency conflicts…

Any advice?