Hi There. I have builded a flow for a list of publictaions. This flow should send an reminder email to an author of a publication, if the deadline for the Call for Paper(CfP) is 14 days ahead. So far so good. The problem appears at the very end of the flow, where i try to gather all the Informations to send those Mail, such as the publications title and the Authors name and Email. At the beginn of the flow, i had used the get items action to get all publictaions. After that im using a filter array, to filter those publictaions. the ones left are those with a CfP 14 days ahead from now on. This seems to work just fine. But at the end, where im trying to access these filtered array of all publications with a CfP in 14 days the problem appears:
I have two compose actions to the titels and the Authors name.

For the title im using the expression items('Apply_to_each')?['Title']. This works just fine.

But when i try to write an similar expression for the author name, the returned value is empty!!

When i write the same expression without /DisplayName, then the returned value is an author object. but i need the name value of those object, not the wohle object itself.

This is the out put of the filtered Array. As u can see, the "Autor_x002a_innen" contains several values as DisplayName, Email etc. I have tried to access the DisplayName value by using "Autor_x002a_innen/DisplayName". But as i said, when i do so the returned value is empty.
Does anyone have a clue?
THX 🙂