Ananya1
(a)
October 21, 2019, 6:47am
1
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
Ananya1
(a)
October 21, 2019, 7:00am
3
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.
sarathi125
(Parthasarathi)
October 21, 2019, 7:02am
5
Ananya1:
out_name
@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.