Hi everyone,
I’m working in Axure RP 11 and running into an issue where adding a filter to a repeater logs successfully in the trace console, but the repeater UI does not update or hide rows on screen.
Setup & Context:
RP Version: Axure RP 11
Repeater dataset columns: Strategy, Description, Prioridad, PrioridadNro, Estado, etc.
Item loaded event: Binds column data to text widgets properly on load using Set text ++Strategy to “[[Item.Strategy]]”, Set text ++Description to “[[Item.Description]]”, etc.
Filter trigger: Clicking a search icon (icoBuscar) evaluates input text from txtBuscarEstrategia.
The Issue:
When triggering the search, the trace console confirms that the filter interaction executes without errors:
++RepEstrategias add [[ TargetItem.Strategy.toLowerCase().includes(“guarda”) ]] (or using Item.Strategy).
However, the UI on the canvas stays completely static—no rows are hidden, and the cards remain visible as if no filter action occurred.
What I have already verified:
Dataset mapping: Verified that column headers in the Repeater Data grid match variable names exactly (Strategy).
Targeting: Confirmed the filter action is targeting the correct ++RepEstrategias repeater on the current page.
Syntax variations: Tested standard rule builder dropdowns as well as custom expressions using Item.Strategy, TargetItem.Strategy, .includes(), and .indexOf().
Visibility & Redraw: Confirmed the repeater is not covered by static components. Applying a Hide action on the repeater successfully hides the widget, confirming it is properly targeted, but Add filter simply refuses to redraw/filter the items.
Has anyone encountered this issue in Axure RP 11 where repeater filters register in the console trace but fail to trigger a visual DOM refresh? Any workarounds or insights for RP 11 repeater logic would be greatly appreciated!
Thanks!





