I've been trying to make an avatar stack. I found this post which shows how to do it however I can't really get any of it to work.
I have a list of agents, which is what my main list is showing. Then I have a lines items list that that show the ID for the agent and with a supplier and a supplier avatar URL.
I then have my supplier container do a query looking up all the line items, but filtering out everything that does not contain the agent ID of the agent on the current row.
Then I have a stack component creating dynamic children based on the query of the supplier container.
Then my thinking was to grab the URL of each of those dynamic children in the picture component.
However I can only get the first picture to show, and I haven't completely figured out how I can make this dynamic either.
Does anyone know how to best do this? My goal is to shop up to a max 5 avatars.