Dear Community,
I am building a website based on a Dataverse table.
To be able to look up in the form, I believe I need to have a lookup column in the table.
I need to look up AAD user so I am relying on the Microsoft Entra ID table.
But I know this table is special, for example, it is not possible for me to create a permission so anonymous user can look it up when filling up the form.
So I am thinking to create a custom table that copies the Entra ID table, the data can be updated by a scheduled flow.
Then in the table lookup column, I can select the related lookup table to this new custom table.
Is this the correct approach?
Below is the error if I try to look up Microsoft Entra ID table directly, even with the permission.
Thanks!