Hi! I am trying to set the numbers of rows on a repeater by clicking on a master with a raised event and I can’t get it to work. I have seen this page: https://docs.axure.com/axure-rp/masters/raised-events/ but I must be missing something.
Does anyone know what I am doing wrong here? Raised-Event.rp (50.9 KB)
You need to do two things - create a raised event on your master, then add an interaction on the master instance on your page.
That interaction is where you put your actions for affecting the repeater. In the demo file attached I’ve just had it add a row to the repeater, but it could do anything (sort, filter, remove rows etc)
There was an empty click/tap interaction on the master instance that was blocking the execution of the raised event, which I deleted.