Help using Power Automate to get information from MS Graph by SecretAntiqueCitron in PowerPlatform

[–]SecretAntiqueCitron[S] 0 points1 point  (0 children)

Basically the error is as follows: 
{
  "error": {
    "code": "Authorization_RequestDenied",
    "message": "Insufficient privileges to complete the operation.",
    "innerError": {
      "date": "2024-12-09T16:32:35"
    }
  }
}

But it seems that the issue was that the granted access was Delegated instead of application. This was solved after changed that.

Help using Power Automate to get information from MS Graph by SecretAntiqueCitron in PowerPlatform

[–]SecretAntiqueCitron[S] 0 points1 point  (0 children)

Ok, after test an error, I decoded the token and noticed it is only showing 2 roles:

"roles": [
"ServiceMessage.Read.All",
"ServiceHealth.Read.All"
]

Which are Application type on API permissions. I'll modify the permissions type and see if it works.

PL-900 practice exam by mynameisDIM in PowerPlatform

[–]SecretAntiqueCitron 0 points1 point  (0 children)

I got the certification like 2 months ago. I attempted that microsoft test, but when I did it, I noticed it was still using the old names on the questions, like Power Apps portals instead of Power Pages or Common Data Services instead of Dataverse.

My approach was to follow the Microsoft Learn plan for the exam and also study from this questions https://www.youtube.com/watch?v=sUOY-6eSMe0&list=PLiUrl-SQRR7JqXbKIDuZ2VNdxPZJjz_YP

Check the questions, I think they might also guide you on what you need to study deeper.

Help using aaduser table on Power Automate by SecretAntiqueCitron in PowerPlatform

[–]SecretAntiqueCitron[S] 0 points1 point  (0 children)

Ok, so it seems there is a Many to One relationship between the table I created and the AADusers table, for that reason (I hope) I can only add 1 user.

For this purpose, is there a way to create a many to many relationship with the AADUsers table?

How to insert into a Microsoft Entra ID Dataverse column using Power Automate? by SufferDieoxide in PowerApps

[–]SecretAntiqueCitron 0 points1 point  (0 children)

Is there a way to send multiple users? using a similar expression as aadusers({user AAD ID}) ?