Library Methods in Studio not returning valid objects | There is no error

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:

image

Thanks!

OK! Rebuilt the library after disabling the following options:

I had to delete the all the related activities in the client flow and add them back after updating the library package in the client process project.

Seems to have done the trick.

Hope this is the last of the problem.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.