Show Element after Page Refresh

In my app, I have a workflow that shows a group element when a user subscribes which works fine but when the page is refreshed, the element defaults to its hidden state. How can I make it so that the element stays visible if the user refreshes the page or logs back into the page?

change the condition of the elements to display in relation to something in your database
(aka, if subscription exists and creator is current user, then show)

@devin.fraze thanks for your response. Where is the condition supposed to go? I tried your suggestion, can’t get it to work.

@devin.fraze Thanks again for your help. I was able to get it working following this video https://youtu.be/K-Y7uH02nvQ

Cheers!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.