Hi,
I am creating a simple workflow that sends a table for specific users based on my output data. Unfortunately, I am unable to send a screenshot here as I am working with sensitive data. what I am doing is creating conditional formats on my cells with values that are based on specific thresholds. I am using HTML tags on the values.
Apparently, the email output tool only detects each tagging as plain text hence my table output has the tags added within the field instead of it formatting each field accrodingly.
Thank you in advance.
Workflow Example:
Formula Tool (conditionally add html tags into each cell value based on threshold)
- If [Value] > 0 then '<td style="background-color: #50C878;">' + ToString([Value]) + "%" + "</td>"
Then I work my way into a table tool > layout > email tool
The output is a mess. Need your help please ☺