Forum Discussion

MarcusBengtsson's avatar
MarcusBengtsson
Frequent Contributor
3 years ago
Solved

IF .. then else issue

Hello! So I am having this problem with If .. Then and else

 

I am trying to make it so that IF this Testtemplatedetails exists it will run the steps below. But if it doesnt exist it should run else.

When I execute the steps it will jump down the the else part instantly. Ive checked with highlight that the "Testtemplatedetails" exists, which it does. So why does it skip it?