Hi there, i’m building an automation to get info from http and I want to send this info by email to my colleagues.
The http data source is tabular so I would like to include only some columns in the email.
Please help me
Thnx
Solved! Go to Solution.
Hi
I would use the Select action to parse the http response tabular data and select the columns I need. Then use action "create an html table". Optional a Compose action to format the html table with CSS. Then an action send email with output body of the html action.
Let me know if that has helped.
Hi
I would use the Select action to parse the http response tabular data and select the columns I need. Then use action "create an html table". Optional a Compose action to format the html table with CSS. Then an action send email with output body of the html action.
Let me know if that has helped.
Thank you very much.