I'm using Tasks to generate an automated email that shows data from a table based on various parameters.
Message HTML:
<h1><span style="color:#0000ff;">Engineering Open Jobs Report</span></h1>
<h2><span style="color:#0000ff;">Jobs in Progress ([@variable:InProgressCount]</span></h2>
[@variable:JobsInProgress]
When the task runs, I get:
Engineering Open Jobs Report
Jobs in Progress (
Expression1
9
Job_ID
Request_Type
Submit_Date
Submitted_By
Cust_PO
Account_Text
Model_Number
Processed_By
Workflow_Number
Status
54889
Drawing (Proposal)
7/8/2020 2:58:57 PM
JFK
dafasdfasdfa
AccountTextHere
100
someone
In Progress
I want to be able to modify the header labels or hide them and use HTML to label the cells. I'd also like the value of "Expression1" to not be in a table and be formatted per the HTML code.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
ChristopherNORD
I'm using Tasks to generate an automated email that shows data from a table based on various parameters.
Message HTML:
<h1><span style="color:#0000ff;">Engineering Open Jobs Report</span></h1>
<h2><span style="color:#0000ff;">Jobs in Progress ([@variable:InProgressCount]</span></h2>
[@variable:JobsInProgress]
When the task runs, I get:
Engineering Open Jobs Report
Jobs in Progress (
Expression1
9
Job_ID
Request_Type
Submit_Date
Submitted_By
Cust_PO
Account_Text
Model_Number
Processed_By
Workflow_Number
Status
54889
Drawing (Proposal)
7/8/2020 2:58:57 PM
JFK
dafasdfasdfa
AccountTextHere
100
someone
In Progress
I want to be able to modify the header labels or hide them and use HTML to label the cells. I'd also like the value of "Expression1" to not be in a table and be formatted per the HTML code.
Any suggestions?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.