Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Trigger is fine and runs perfectly. Email is sent as designed. I would like to include the position number of the trigger in the email that is sent. Obviously, I could type the position number in the email, which I do currently, however, if the position of the trigger is changed, then the hard0coded position number in the email is inaccurate. Is there a way to include the position number of the trigger as a variable? Is there a way to include the dynamic position number in the email? My research indicates that this is not possible. Any ideas?
I think you are correct, it is not possible. The first thing I thought of was <%position%>
Yes, indeed, that was my initial thought however, as you know, those parameters are fields within the Type and the trigger positions are not fields in that sense. Funny, I was really hoping it would be that easy too, lol.