Possible with link condition?

I have a website-admin where documents are stored.

That makes it possible that the page may have links that say

Current records (0)
Current records (1)
Current records (2)
Current records (3)

and so on. but usually 3 is all.
This action below has been my friend here.

But is it possible to make an if/then else called:

If link Current records (0) exists

thanks for any help!

Short answer: Not directly

You could use JavaScript in Browser to test for the link, but maybe an easy workaround is to test for success after the fact:

image

Would that work for you?

This would work fine! Both for this and other places :+1:t2:

Many thanks!

1 Like