How to write retrieved email information into excel in particular column by power automate desktop?

How to write retrieved email information into excel in particular column by power automate desktop?
HI @lisha
Some details missing in your question (do you have Outlook? You're talking about one email or a list of emails? Which email information?), but basic structure is something as this:
1) 'Launch Outlook'
2) 'Retrieve email messages from Outlook' and filter emails with parameters. This will give you a %RetrievedEmails% list variable with several properties (you can see them in the Flow Variables panel: click in the variable and them 'More' in each item of the list
3) 'Launch Excel'
4) 'Write to Excel worksheet':
If you're dealing with an email list, you'll have to include loop in this basic flow.