Hello,
The format setting in "Send email" aciton is not rich enough. I prefer to prepare email content by Outlook first, use "View Source" in Outlook to export email body into txt format, then import the txt file into "Send email" body. This works good when the email content has no dynamic change.
Right now I need to add dynamic content, like get unique value from Excel file and send to different people, I cannot do my previous way, and it needs to put the email content in "Send email" body first and add variables per need. So I have to use limited format setting in "Send email" aciton again.
I am curious to know if it's feasible, to add variables in txt file (or other file format), import this txt file in "Send email" body and Power Automate can also automatically recognize these variables.
Same issue here.. may i bump this? or did someone find a solution @DavidLin ?
@Hardesh15 , I do not have too much knowledge how to add the variable in txt file. I did a test like below flow, the txt file only has @{variables('Name')} . In my received email, the email content shows the same like txt file @{variables('Name')} , it cannot show "David" as variable.
@DavidLin First you need to design your flow and then copy paste dynamic content from action to your text file. dynamic content will automatically resolve to requred input if you have no typo.
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.