Good morning all,
I'm trying to get a simple drop down working to list all environments in the tenant.
I'm trying PowerPlatformforAdmins.GetAdminEnvironment().value as the 'Items' value, and when I got to choose the fields I get the choices of
ID
Location
Name
Properties
Type
If I choose Name, I still get the result returned as a GUID and not the actual name.
Another way I was going to work around it was to grab the environments from the Centre of Excellence 'Environment' table.
For some reason I cannot get it to work with a drop down. I can use any other Dataverse table from any environment and choose the fields from the dropdown edit. But if the table is named Environment it won't work.
Any ideas?
Thank you
RD