What’s the best way to troubleshoot duplicated fields in the email template?
I’ve tried every combination of Select Table Fields I can think of - it either shows nothing at all (Updated Records, Added, or Deleted checked), or doubles it (Unchanged Records). I figure if anything, Unchanged records would give me one…
When I see multiple values for a field Query, one is usually the current/old value, and the other the new/proposed value.
OR, the value for the deleted record, changed, added, etc…
Since you’re BPM is a Std DD, there should only be one value (the value that was written to the table).
I’ll assume:
The CustomerData variable is a dataset you made for this BPM
The Fill Table By query is constructed properly, to only fetch the Customer record once. Can you confirm this? Or at least share the Query and mapping.
If those are the only two fileds you need, why not make two variables (for CustID and CustName), and set them using Set Variable widgets. Use Jose’s simple one line expression to fetch data from the Customer DB Simple One Liner to retrieve data from DB.
I gave it a shot, but get an error when I trigger this BPM in Quote Entry. At least it’s clear that there are 2 rows!
I didn’t understand Jose’s one line expression very well (I’m getting data from the Customer table, and this data directive is on QuoteHed). As Brandon mentioned in that thread - WHOOSH!