Hello here is the snippet of my code and I am trying to get the AppId from this represented in the following manner in oder to send it via mail.
{
"appId": "com.google.ios.youtube"
},
{
"appId": "com.keepassium.ios"
},
{
"appId": "com.markmcguill.strongbox"
},
{
"appId": "com.microsoft.azureauthenticator"
},
{
"appId": "com.microsoft.Office.Excel"
},
{
"appId": "com.microsoft.Office.Powerpoint"
},
{
"appId": "com.microsoft.Office.Word"
},
{
"appId": "com.microsoft.onenote"
},
{
"appId": "com.microsoft.rdc.ios"
},
{
"appId": "com.microsoft.skydrive"
}
What i expect is: Youtube ios strongbox ......
I tried this
and I got this one
The Problem is: if I want to send a mail this will be sent at least 23 times and it'll cause chaos. How can I group them like this:
- Youtube
- ios
- strongbox
and send them once. Sorry to be long and thanks in advance for your contribution.