I’m running into a strange issue with my custom activity set. I recently converted our activity set to use a generalized SDK for our company API instead of having each component having repeated logic in it. The SDK included in my component as a requirement exposes a few different model classes for the data the API returns. These custom classes are then used by the component as part of the output.
UiPath studio sees and lists these classes fine when defining new variables. However the designer then throws validation errors in the properties windows. Essentially saying that the class is not defined.
I’ve even gone so far as to add the namespace for the class to the imports tab on the workflow. But I’m a loss as to why part of studio can see and understand these classes and the validater/compiler can not.