Filtering the excel data table

I am filtering the data with filter data table activity but its show me the error

Hi @Kuldeep_Pandey

The error message is notify that your Input Dt values is not declare .

Just Make sure that Dt is assign properly in the runtime

Regards
Gokul

so how i can declare the input data

Hi @Kuldeep_Pandey

can you share the Workflow with us?

Check out the sample XAML file

WriteCell.xaml (9.7 KB)

Regards
Gokul

Hello @Kuldeep_Pandey

Please make sure you are getting the value to your input data table during the execution. You can check it in debug mode or use an output datatable activity along with a message box to print the output and verify.

Thanks