Hi All,
like the subject line suggests, I am looking for help emailing data as an array.
I have a flow that send out an email when accounts are deactivated in Azure AD, so that our various IT users know to remove licenses and app permissions from the deactivated users. I would like to use Graph to send an email that provides a list of all the licenses that user has assigned to them, so the person removing the licenses can be doubly sure they have removed them all.
My issue is in formatting the Graph data:

^here is how Graph return the data, and how I would like to email it (or insert into a word document but I know how to do that part)
My issue is when I try to append it to a variable and email it to anyone, it loses the formatting:

Here is part of my flow:


Does anyone have any suggestions for how I can send the data in an email with its original array format?