i have a requirement to send data only to specific reccivers who is in the report output. this should happen dynamically based on the output rows.
Ex: Report output is like
Column 1, Column 2, Column 3
[ABC,ABC@XYZ.COM,100]
[CDE,CDE@XYZ.COM,200]
[FGH,FGH@XYZ.COM,300]
[IJK,IJK@XYZ.COM,400]
-- in the above scenario, only first row should devliver to ABC@XYZ.COM and only second Row should deliver to CDE@XYZ.COM,...so on. Anyone suggest me best approach to get this done With ibots