Hello!
I wonder if someone could help me with this please! I have a people picker field in my app. And I want to behave like this on the Item property - if they choose Yes, make the people picker choose from a group, if they choose No, make it choose from the directory (like the default);
If (radio1.selecteditem.value = "Yes", Office365Groups.ListGroupMembers("groupID").value, Choices([@'List Name'].columnname))
However I cannot get it to work at all! Does the If function not work on item properties?
Also if I use the Office365Groups...part on it's own I get the filtered list of people but it won't let me search names, only scroll through a list of names (which is not ideal as there are still many people on it!)
Any ideas welcome!