Bug with Parallel function (Node.js) when having ServerConnect Libraries

Hi,

I am trying to use 2 ServerConnect libraries under the Parallel action of Node.JS in a ServerConnect API function as follows:


I am returning the output outside of the Parallel component, as follows:

The issue is the following:
Only one function Library will execute and return value whereas the other stays at null. There is no specific order to which functions runs, it might be one or the other.

In case I disable one function the second one works normally.

I believe it might be a bug in the Parallel component when running libraries?

Reviving this thread, anyone was able to make it work?

Unfortunately, I don’t think such bug will be solved in the near-future :frowning:

I once took the liberty to see how the Parallel step was implemented, and it was a very confusing journey:

1 Like

Oh I see, too bad. Thanks for your feedback