Here is a sample of the app I am putting together.

I am going to have a timer (it will be hidden later) that counts down 10 seconds. It repeats every 10 seconds.
On the end of the time, I am calling my custom connector to get Teams presence.
The connector works when passing in the TeamsID from the SPO List I am pulling from.
So here is where I am stuck.
The connector should return Activity and availability.
How do I get it to return both values? I am only able to choose one.
I am going to be setting the circle color based on what comes back for Activity and Availability. I will need to store these I assume, but how do you do a collection or variable, that is different, for each gallery item?
or is there a better way to go about this?