anil3
(anil)
March 31, 2019, 4:55am
1
Hi,
I am trying to fetch result from excel sheet using excel lookup range.
2.If i get the desired value , then the flow is working fine .
But when it doesn’t found the result , it should print error , and not throw the error (stopping the whole flow.
Can you please help , Thanks in advance.
Attaching the screen shot for the same.
kaderms
(Kader)
March 31, 2019, 5:10am
2
can you show the catch block used with the try block shown above?
kaderms
(Kader)
March 31, 2019, 5:16am
5
Seems to be configured fine I guess.
Your flowchart is being called in the try block right?
anil3
(anil)
March 31, 2019, 5:19am
6
The problem is in Excel LookUp and then assign , I think , Because when it doesn’t find the element , then only its throwing error , because its empty.
kaderms
(Kader)
March 31, 2019, 5:21am
7
if Excel LookUp and then assign are being called within the try block then any exceptions in those steps should be caught by the catch block.
Possible to share xaml? with these few steps that you shared in the screenshot?
anil3
(anil)
March 31, 2019, 5:24am
8
I have found the issue , used if activity for Result , if result is Nothing , then it will come out loop.else it will run .
Thanks for your time
2 Likes