Weird Email formatting from data directive

I’m sure I’ve done something stupid. I have two data directives.
Part In-Transaction / InspReqDate
Part Standard / InspeReqDate

Part In-Transaction / InspReqDate
Has a condition

  • to check if RcvInspectionReqPart is equal to Y
  • updates a ud field on the part table with todays date
  • enables standard directive (Part Standard / InspeReqDate)

This all works great. The part that doesn’t work and i’m not sure why is the email itself. On the email it shows the UD field name, dashes and then the value in the ud field. Below is an example of the email body.

image

image

How did you create your placeholder?
When you select ‘Insert’ which option did you take… it looks like you took the ‘table field’ option.
If so that is how it formats tables.
Instead you need to assign the value from the table to a variable first.

2 Likes

Yep, that was my something stupid :clown_face:
I did that instead of a field query.

Thanks!

1 Like