hello everyone. How do i get a table data in gmail forwarded message? i used gmail trigger and gmail get message node then i want to convert the table data to json. how will i do it?
here’s an example table data in gmail forwarded messgae:
hello everyone. How do i get a table data in gmail forwarded message? i used gmail trigger and gmail get message node then i want to convert the table data to json. how will i do it?
here’s an example table data in gmail forwarded messgae:
It looks like your topic is missing some important information. Could you provide the following if applicable.
Hello! I wanna know if is it possible to grab a data specifically a table from email to n8n? if so, how can i do it? thank you.
Absolutely. Depending on the structure of the email, you might be able to achieve this using the ‘Extract HTML content’ option from the HTML node, or - a bit more hardcore - use a regular expression to parse the email and grab the data you need.
it seems that gmail node only reads the details of the person who forwarded it. not the actual forwarded message…
oohhh! i see. thank you!