Hi,
want to search product for ex; iphone10 in a amazon website .if the product is found in the list then i should end a process else i want create a product. How can i check wheter a product is there in the list or not
Try Get Full Text - This may give you back a full string of every item. Then check whether the string containt what you are looking for
Another option is to you Select Item - if it cannot find it then it will throw, and you can direct your process to create one from there ![]()
1 Like
select item it doesnt throw a error it atomatically move to the next step
Do you have continue on error set to true on that activity?
It should definitely throw if it doesn’t find / select the item