I use loop for read datatable but it error.
Help me please.
I use loop for read datatable but it error.
Help me please.
@Sugumar8785
I use activity ExtractDataTablesFromHTML.
HTMLText = mail.Headers(“HTMLBODY”)
Output table = detail (dataTable)
I don’t understand.
Please guide me ?
@fairymemay Basically Now detail variable is of Type Array of Datatables and not a Single Datatable. Hence to get the First Datatable from the Array, You need to use detail(0) instead of detail in For Each Row Activity
Can you Share your Xaml File ? And May I know the Datatables that you have Extracted from the Email Body ?
Thank you
Now not error.
But if i want to colume
I have 1 datadatable
but separate in and out in table.
@fairymemay Before For Each Activity, Can you Check using a Message Box the Value below :
Detail.Count