Hello all,
I have created a fully functional flow in which I regularly filter an MSList according to a certain date range and transfer it to Excel.
However, in my MSList there is also a column in which an Outlook contact is stored.
When transferring this column, I had to write my dynamic content "Owner (Outlook)" in quotation marks in the action "Select" and the field "Card", instead of selecting it without quotation marks like all the others, otherwise my flow fails. (See also image)
But now it shows me all data of this person in the excel, incl. mail, name, position .... - See also the following output:
[{"@odata.type":"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedUser","Claims":"i:0#.f|membership|Mailadress","DisplayName":"Name","Email":"Mailadress","Picture":"Userphotoadress","Department":"Department","JobTitle":"Position"}]"
How do I restrict the output of the personal data to output only the name to me?
Thanks in advance,
Dani