I am working on a problem wherein i am scraping 2 values for 4 employee i.e their mail id and their Decision from web and storing them in variables lets say as following -
Now based on whether the employees have “Approved” the Decision or it is NULL i need to add their mail id in outlook i.e for those of who have not yet approved the decision i need to send the mail only to them.
So basically when i am using the type into activity for writing to whom all i want to send the mail to i want some kind of condition which will block all those mail id’s whose respective Decisions are approved
Can you share the screenshot from where are you scraping the values?
If the scraping value is like Email ID and Approval then no need to store those in variables instead you can filter from Datatable and send the mail accordingly
You can datascrape the table and loop through each row in the datatable and check whether the descion for each row is null and then do the process Accordingly
Hi @NIVED_NAMBIAR@ksrinu070184
The extract structured data activity when i hover over this table does not highlight the entire table as one but instead separate block, does it mean that it cannot be extracted as an entire table?
I think i am missing something because filter does not work and it is taking all the rows in, i am attaching the snaps can you see and tell what’s wrong in here.
Can you check the Datatable by using output Datatable activity and declare a string variable-> keep a message box and use the string variable, so that you can see the Datatable content and check whether It is empty or It is having any other value