Hi everyone,
it is my first time using power automate. I wanted to add a row to a excel table with the e-mail address of the sender and the receiving time of the e-mail. I have everything done, but the data is not added to the table. Only the row is added to the table (without the data). I think there is a problem with the expression of the dynamic content, but I am not sure. It does not the fetch the correct data. Does anyone have an idea what the problem could be ?
dynamic content:
sender: item()?['from']
receiving time: item()?['receivedDateTime']
Thanks for your help!