hi bhanu, I tried it, but if I create 2 pieces of text in the modal screen and change visibility for both text items, the modal screen becomes blank? any idea what I could be doing wrong?
I have item X that could be true or false
and I have item Y that could be true or false (in the same form) -> I want 1 modal text when X is true and 1 modal screen when Y is true. or can your suggestion only be done for true and false for say X?
@Elianne1 Single modal screen should work, basically if I understand your task right, there are 2 pieces of text and appears depending on True/False conditions.
Scenario: Text 1 (True - Visible) & Text 2 (False - Invisible)
And vice-versa. If this is what you’re after, it should work.
For testing purpose:
remove the visibility rules first and show both the texts to see if they show up.
Add one visibility rule for first condition and see of that works and so on.
If you can share the screenshots on what you’re trying to do, it might give us more clarity to quickly help you.