Expand my Community achievements bar.

how identify event

Avatar

Level 4

hello, I need your help.

I should try to identify an event

I tried to run this code:

if (TextField1.event.activity == "initialize") {
      app.alert ("test");
}

but does not run

how can I do? thank's

2 Replies