Does any know of a way that I can have a pop up show a repeating group of text? But only show the rows that have been added since last login.
There are a couple of ways to do this but off the top of my head, you could have a workflow on page load where it shows the popup if and only if there has been changes that have been made to a data field
You could also utilize a show updates yes/no field that updates every time you push updates which is achievable using database triggers
The content/elements on the popup isn’t a problem here, you should focus on the conditions of when the popup would show
Hope this helps!
Best,
Nino
Thank you! I like the show updates yes/no field method. I am going to test that out.
That worked!
2 Likes