DataTable filter issue

Hi,
Trying to Filter DataTable. Having an issue with column name with apostrophe. For example “Ret’n Date”.
Any suggestions please… Thanks a lot

1 Like

Hey @cury

Could you please show us the issue.

Thanks
#nK

@cury

May I know what error are you getting here ?

If you are facing issue with Column Name then pass Column Index index of name.

Note: Index will start from 0.

@Nithinkrishna

Filter Data Table: The value for argument ‘Column Name’ is not set or is invalid.

1 Like

read the datatable without headers. Your columns will be then Column1, Column2, etc and filter using this logic instead.

Hey @cury

Could you please show the screenshot to check the value you are passing ?

Thanks
#nK

Can you try this in the filter datatable

Ret'n Date

I realized I made a mistake in the flow. I corrected it and filtering is working fine. Thank you all for the great suggestions!

1 Like

Cool @cury :innocent::+1: