Server Connect to JS

Hello Everyone,

I have this SC:

That loads on my app correctly:

Then, I need to send these results to an Javascript (as I did many times in this project):

if (moment == “load”) {
var rule_infos = dmx.parse(“content.conditional3.conn_disable_list_onload.data.disable_list”);
console.log(rule_infos)

On dmx.app.data, the SC is:

See that the conn_disable_list_onload.data.disable_list is empty, but its not.
I’m calling this SC and the javascript in a Flow and I call the flow on the “Sucess” event of the server connect, I tried “done” event as well, but without success.

What am I missing?
Masters @mebeingken, @JonL ? Any tip?

Thanks you so much for your time!

Community Page
Last updated: