Filter Data table .00 must?

image
What is the reason behind adding .00 in the condition
why it is must
please explain

@Akbar_Badhusa

What is the datatype of the columns?

Cheers

Hi @Akbar_Badhusa,
When you extract a data table for example an excel, UiPath takes the data and generic the values as numbers are converted to a double where “.00” is added.
You can convert column values ​​to integers with an assign.

Have a great day!
Please let me know if you need anything else.

for integer int32

@Akbar_Badhusa

Ideally for integer you need not give that…

Can you please recheck on the same

Cheers

In the Academy video it says it is must
if you dont include your filter activity wont work as expected
thats why i am asking
why it is must