stuartridout / teamlink

TeamLink is a free Microsoft Teams Power App using Dataverse for Teams. It is a space where your team can share there whereabouts for the week ahead directly in Microsoft Teams. Users can select who they want to 'follow' and see the upcoming presences of or can view by site to see who is planning to be on site on that day. TeamLink allows you then to message to see if the person wants to meet up for a coffee ... all from the click of a button!
MIT License
51 stars 2 forks source link

Some people in our team channel aren't showing up in "This Team" list #20

Closed slickspidey closed 1 year ago

slickspidey commented 2 years ago

This morning we setup TeamLink in a channel of 118 people but "This Team" list, which is supposed to show everyone in the same Team's channel, seems to limit how many rows are displayed. Right now, only people on my team with names starting from A to S have their rows displayed in "This Team" and then the list cuts off. I can manually find and pin everyone to my "Pinned List" but it would be ideal if everyone can be displayed in "This Team". Is there a fix for this or a way I can make it display unlimited rows? FIXED THIS ISSUE: I WENT TO THE CODE FOR "btnThisTeam" ADJUSTED THE ROW LIMIT FROM 90 TO 150 ROWS.

New issue: Although I changed max rows to 150, it only displays 100 and stops there. This cuts off the most recently hired people on our team. How could I fix this so we can show everyone?

stuartridout commented 1 year ago

Fixed.