from the email gotten by using get emails keyword, how can I detect and extract the email body’s table, as the sender send to the receiver a table as content in the email. After extracting the table, I want it can be get the table value by row or column. So how can I extract the table from the email body? The above attached picture is the sample email that I received, and I need to get the table
Response would have Body element which contains message test. To could extract your table with regex for example.