Hallo,
i am setting a variable initialized as array. The value i am getting is
[
{
"EMail": "myEmail@demo.com",
"Title":"my Email",
"Name":"i:0#.f|membership|mymail@demo.com"
},
{
"EMail": "mySecondEmail@demo.com",
"Title":"my Second Email",
"Name":"i:0#.f|membership|mysecondmail@demo.com"
}
]
Is there a way i can trim the Name property so i can keep only the red highlighted value??
I only want mymail to be the Name property