Using reach-birthdays solution

Copper Contributor

Hello everyone,

 

First of all i lately started working on sharepoint webparts and found alot of community made web-parts (Well done guys).

 

Since i'm kinda new to all of that, then i have few question.

Is there any chance to connect react-birthdays solution with azure ad through logical app or what would be logical way to do that?

I've also tried to do logic apps request from microsoft graph and after that used Parse JSON function but it doesn't give me the right output (It gives whole graph info as 1 item).

 

{
"items": {
"properties": {
"displayName": {
"type": "string"
},
"id": {
"type": "string"
},
"jobTitle": {
"type": "string"
},
"mail": {
"type": "string"
}
},
"required": [
"displayName",
"id",
"jobTitle",
"mail"
],
"type": "object"
}
}

 

 

0 Replies