I am trying to call a variable within the mapper. Particularly, I have a database lookup functoid and want to set the lookup value to a variable that will get set prior to the message transformation. Any ideas?
There may be another way of doing this and I’m open to options. Basically, I am passing a user’s email to the database lookup functoid, so I can lookup the user’s title, name, etc and pass it into the map. The problem is the email can be dynamically changed by a business rule.
Thanks.