I have a RG. I want a workflow to be triggered when the user scrolls to the top of the Repeating Group.
My proposed solution with Javascript Toolbox plugin (But I don’t know how to get it to work)
It seems like I can achieve this by having Javascript “listening” for when the user scrolls to the top of the RG and then having a ‘Javascript to Bubble’ element triggering a workflow when the listener returns a value of ‘success’ when the user scrolls to the top of the RG. Could anyone provide me with steps on how to get this to work as I haven’t got much experience with JS and having trouble.