Jan 08 2019 04:39 AM
Hi Folks,
I have a requirement for users to request their own sites and looking at a PowerApps front end tied to a list. Is it possible to use some form of Azure functionality such as Autosuggest or similar to suggest sites that already exist? Trying to prevent users from requesting the same site twice.
Thanks!
Jan 08 2019 05:46 AM
It's probably possible using graph to collect the sites and then apply a search to the collection in PowerApps, however, the issue you're going to run into is most of you're sites are probably set as Private, so the users wouldn't' be able to see those and they wouldn't return into your results.
You might be able to get around this by having a flow or something sync a site name list somewhere. But you'll need to consider the side effects of bringing in all private sites to be searched, if that could be an issue or not.
Jan 08 2019 11:00 AM