Extarct table from email body

Hi Developers,

I receive mail and its consists of table with description of BOM, I request how to extract only table from email body.

@Majunu09

You can try with below component

Hope this may help you

Thanks

Let me check and reply you back.

Hi Srini84,

is it this package available on studio or do we need to download from market. If I need to download from the website then where is the link .

How to use this package?

@Majunu09

I already shared you the market place link where the package is

you need to signin to download the package, later you can use Manage package to use the same

For the sample Xaml file you can check below link

Hope this may help you

Thanks

Hi Srini84,
I am getting output like this “System.Data.DataSet” how to get proper output.

@Majunu09

You can get the table by using below code. DataSet is nothing but collections of table

varDataSet.Tables(0)

1 Like

Thank you guys for your support. @aanandsanraj @Srini84

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.