How to determine current page (Kinetic web)?

After searching some Epicor provided events and looking at the system dataviews I found dataView sysPages and used pageId in a condition on my event.

the event condition expression looks like this:

“{sysPages.pageId}” === “pageLinesReleases”

2 Likes