Hello,
I’m trying to use a Library that I built. This library is used to create records in Data Service.
If I test the Library method from the library project it works as expected and also throws exceptions as it must when an error occurs.
However, when I call the library method from an automation project, the method returns a null entity object and there is no exception.
I have confirmed the following:
- the projects are updated to identical and latest non-pre-release version
- there are no errors of any kind when the library is added to the project
- valid data is passed into the library method
Library dependencies:
Project dependencies:
Studio version:

Thanks!


