SetNextEvent

How do I pass multiple url variables to the setnext event.

I have something like this but its not working..

setNextEvent("root.dspLogin","username=#Event.getValue("username","")
#",password=#Event.getValue("password","")#");

Hi Greg.

You’re close! We don’t need to actually put the values in, just the names of the variables containing the values. Like this:

setNextEvent(event=“root.dspLogin”,persist=“username,password”);