Condition getting fasle

i have used excel application scope
read range
filter data table
which has condition
“Name”=“Ramesh”(there might be many Ramesh)

then i used assign activity
out_name=(“Name”.toString.equals(“Ramesh”))

the condition is always false

it should be true

Try to print Name once bcz whaat you are getting in the Name

i have written in log message

“Name”

im getting only name

Ohh then how that condition will give true …can u pls share your workflow here with sample data.

@Ananya1,

What is out_name in your workflow, If it is the filter data table output then it is a datatable. so you need to use rows and columns to get value from it.