Hi,
I have a flow triggered by a creation of an item in sharepoint. It sends an e-mail to 2 different e-mails that an item is created and it starts a flow. In the e-mail title I want to show the name of the person who created the item on sharepoint. I found the 'Responders e-mail', which shows the correct e-mail in my step 1, command but I can't find the 'Responders name' command.
For now I use outputs('Create_Item')?['body/Author/Displayname'] command but it shows my name (I am the other e-mail recipient) instead of the one who created the item.
This is step 1 of my total flow. In my last step I also want to show the creators name. Each step consists of a seperated flow and they get triggered by each other.
Any help please?