How can we extract data from tables in inbound email actions?
Hi,How can we extract tables from emails? Incoming email is in table format i tried "email.body.field" , "email.body_html.field" and "email.body_text.field". Table structure i attached to this thread. I tried to parse it using array = list.split("|")...
