Send Mail with Data
Hello All,
There is a couple of similar posts but no proper answer given so I wanted to take my chance.
I am trying to use Send Mail operator with macro.
Form what I get is you are able to send data value if you specify attribute and index. So if one has 1 value to send, things are easy.
However I have a process that outputs 2 rows of data table and I would like to send the both values in the same email.
To be more specific my data is like:
machine_ID
M_0212
M_0221
and I am trying to send an email like:
Dear receiver,
Problematic machines are:
M_0212
M_0221
The thing is this needs to be generic, I might not always have 2 values so hardcoding 2 is not an option. I feel like I need the loop operator and it will count total number of rows and create an array of values in the form of a macro.
But I couldn't figure out how to do that (if possible).
Any help is highly appreciated.
Best
G
Answers
Hey,
give us a week or two. If this is not an option, write me a PM and i can give you a two operator solution.
~Martin
Dortmund, Germany
Here's a lazy solution.