Avatar

Level 4

Hi,
How I can use the output of SQL Code activity in a following JS activity?

 

sqlCodeActivityWkf.PNG

I'm typing below code in SQL activity:
SELECT max(iId) FROM CusTestDataSchema

 

What should I type in JS to receive SQL's output? vars.output doesn't work here.

 

Thanks,

Marcin