I have a tabular representation of data in the following format:
Domain Application Id EnterpriseId
X A 11 er@gmail.com
Y B 12 io@gmail.com
Z C 13 yt@gmai.com
I want this to go in a mail such that particular enterpriseid receives respective data like EnterpriseId should receive data like Domain=X
Application=A and So on.
How can this be achieved through alerts?
↧