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

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