Passing serverconnect data as array to javascript function

I want to call a js function and pass the data received from serverconnect.
1 Like

Hi.
Welcome to the community.
In the dynamic events section of server connect, you can find success event.
On success event, you can configure a flow where you will find an option to add “Run JS” as a step.
Here, you need to mention just the name of the function (no brackets), and select SC bindings in the argument section.

Such flows can be configured wherever there is a dynamic action, success event is just an example.

2 Likes