Actions using "getlist" are only showing the first 10 items
To replicate:
- Create a new rule with condition of "Participant Added".
- Add a condition of "Participant Status is".
- Note that the participant status list is limited to 10 statuses, and doesn't include, e.g., "Registered".
getlist
is intended for use with infinite scrolling, which I don't think you can use without adding an entityRef
. I tried converting these to entityRef
elements, but it changed the submission value, which required a much more extensive change in code. The change I made here requires changing only one line per function.