How to solve error

Is there any way to overcome this error

Hi @MUHAMED_HUSSAIN_BIN_HITHA

Could you please share the Filter Data Table property details
And also the screenshot of filter conditions

hi @MUHAMED_HUSSAIN_BIN_HITHA,

Are you providing the information to the activity?
Can you take a screenshot of the properties of the activity?

Your error is an Argument Exception so we need to check the properties and the information.

Kind regards,
Kenneth

(post deleted by author)

Hello @MUHAMED_HUSSAIN_BIN_HITHA

Can you please share the screenshot of the datatable “dtbranchdetails”? Or use Output datatable and convert to string. Then print in a message box and share the screenshot here.

If there are multiple columns with the same header it can throw exception.

Thanks

Hi @MUHAMED_HUSSAIN_BIN_HITHA

Column names should be enclosed within double quotes “0”.

Are you sure, your column name is just ‘0’ and not Column0, Column1 etc…

@johnfelix
he has given the index of the column , so “” is not required

1 Like

Hello @johnfelix , Index number can also pass in it. 1st column start with 0 , 2nd column as 1 and vice versa.

1 Like

@MUHAMED_HUSSAIN_BIN_HITHA
Are you using the activity within each DT loop?

Hi guys i overcome this error. It was my mistake. I forgot to rename datatable. Thanks guys for yr replies

1 Like