Hi All, getting the above error. I checked the no.of rows in DataTable after extraction, getting 87. But getting that NO DataRows.
Can anyone help me in solving this issue.
Thanks.
Hi All, getting the above error. I checked the no.of rows in DataTable after extraction, getting 87. But getting that NO DataRows.
Can anyone help me in solving this issue.
Thanks.
What is the expression used in the Assign Activity?

This is the expression I used.
Check the count of rows in Extracted Data Table, it seems there is no data in it.
If it has then try this
ExtractedDataTable.Select("[Type]='WI5' AND [Status]='Open'").CopyToDataTable
Also, Out_WIList should be array of datarows not a datatable
Thanks,
Prankur
If I convert the out_WIList to array of datarows, it is showing the above error @PrankurJoshi .
If you are using Datatable.Select() it will return an array of data rows only, so in this case, do not use
.CopyTodataTable
Thanks,
Prankur
Please convert your Output variable, out_WIList to System.data.datatable and use the above select query
ExtractedDataTable.Select(“[Type]=‘WI5’ AND [Status]=‘Open’”).CopyToDataTable
Yeah tired this too, but getting that no data rows @anil5.
Can you give your xaml file, will look into it.
Ok.
Calculate_Client_Security_Hash (2).zip (93.6 KB)
This is working for me

Reset your test data and try
Thanks,
Prankur
Thank You, It’s working fine.
HI @Karuna,
Can you close the topic if its working for you.
Hi @anil5
Please let me know how to close the topic.
For every post you have the option like the below image

Sorry, I am not getting any image like this.