Hi, I have trouble to create a specific flow, since I am really new to REST and JSON.
My JSON Object looks this:
{
"users": [
{
"email": "",
"id": "",
}
]
}
My flow starts, if a new item is created in a sharepoint list. In this entry I get a String value of a specific email. I now need to look up this JSON Object and find the value of the id, where the email matches the String of the SP list entry.
I hope it is understandable!