Somebody was to want to link between collections via a button on a repeater. How would you go about this with code if you wanted to have a user find other user input in another collection with the use of a button found in each post on the repeater when you cannot link more than one dataset in a repeater. Even being able to put the user ID in would be great so that I can link to another dynamic page with their profile on it.
I’m not sure if I fully understand what it is you want, so I’ll just write out what I got from this.
You want a repeater filled with the contents of one Collection, but also include a button that when pressed will add the contents of another Collection to the repeater?