Sending Email using a table content

Hi,

I have a table where there are multiple lines and columns liek below

col1 col2 col3

val1 val2 val3

val4 val5 val6

I need to send email with body all values of col1 ,col2 & col3 .

How to do? I tried Iterate as we use in HTML2PDF but after using so table column not coming.

Need you help in this.

BR,

Bhaskar

Hi All,

Any help for the above

Hi,

In the Edapp flow classic training, you have some examples—under the chapter Email Connector, File Gallery and Image Viewer chapter.

This is what the flow script step looks like (to be insterted in the email step afterwards). But I recommend checking the training out for the full concept.

Hi Ola,

Many thanks as usual.