Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Tab formatting in E-mail and Approval Tasks

(1) ShareShare
ReportReport
Posted on by 31

I would like to have tabbed-formatted text in my emails and approval tasks like below:

 

Name         :     John Doe
Age            :     30
Country      :     US

 

I have tried copy and pasting pre-formatted text with tab spacing, manually adding spaces to simulate tabs, but nothing has worked. What is the recommended method to achieve what I want in terms of formatting?

  • Verified answer
    v-bofeng-msft Profile Picture
    on at
    Re: Tab formatting in E-mail and Approval Tasks

    Hi @lancea1 :

    I suggest that you format this text as a table, so that the layout of the email body can be more in line with your requirements.Some thing like:

    v-bofeng-msft_0-1623655489717.png

    Here is my flow:

    v-bofeng-msft_1-1623655558359.png

    The JSON code:

     

    [
     {
     "FIeldName": "Name",
     "Split":":",
     "Value": "John Doe"
    
     },
     {
     "FIeldName": "Age",
     "Split":":",
     "Value": "30"
     },
     {
     "FIeldName": "Country",
     "Split":":",
     "Value": "35"
     }
    ]

     

    Best Regards,

    Bof

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1