I have a list of icons with their own ids in a parent doc that should be clickable to apply various textures. But there are over 40 of them which means that the icons run off the page with a little scroll bar in their own div.
I’m trying to save myself a lot of repetitive work by making a list of the id’s that can be pressed in one big ‘On Event of (click)’ puzzle, then using that id as a variable to pull a matching bit of data from a CSV. Since they are in a scrollable div, the pageY isn’t useful, but I thought I could use Get Event Property (target.id) but that doesn’t seem to generate anything. Am I mis-understand what that is or should that work?
Or should I add a script to the parent doc that sends that info, and if so how would that work? Bear in mind I am not a programmer by any stretch.