Is there a way to get the last cloned page that had the editable region "find_me" and show only that one? I'm trying to achieve this knowing that on some cloned pages the "find_me" regions might be blank therefore it should be ignored.
Let's these cloned pages
4 - "find_me" is empty
3 - "find_me" is empty
2 - "find_me" has the value 7
1 - "find_me" has the value 9
How can I show work my way through the cloned pages so that I can show only the value of clone page nr. 2?
Let's these cloned pages
4 - "find_me" is empty
3 - "find_me" is empty
2 - "find_me" has the value 7
1 - "find_me" has the value 9
How can I show work my way through the cloned pages so that I can show only the value of clone page nr. 2?