I have been working on creating a couple of collections and displaying a certain amount of records, but it seems hit or miss when I have records or have no records. My current statement, which is very basic is returning nothing. This is what I have:
ClearCollect(MyCollection, Office365Groups.ListGroupMembers("MySecurityGroupGUID").value);
I enter a valid GUID for my security group in place of "MySecurityGroupGUID", which has worked, but currently is returning no records. I have this statement OnStart of my app. I am new to Power Apps, so I am guessing that I am probably missing something obvious, but I am just not seeing it. Any thoughts on why it is not returning any records?