I have to close image once the user click on the close button on NOW MOBILE APP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2026 10:18 PM
I have to close image once the user click on the close button on NOW MOBILE APP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2026 08:30 PM
My last thought:
Show the card by default when the user logs in
Hide it only when the user clicks the close button
Reset automatically on next login
How to do it:
Create a client state (for example: showWelcomeCard) with default value true.
Bind the visibility of the card/container to this client state.
On the Close (X) button, add a click action to set the client state to false.
Result:
User logs in → card is visible
User clicks Close → card disappears
User logs out and logs back in → card appears again
This gives you dynamic behavior exactly as described, without storing anything permanently.
@SK5555 - Please mark Accepted Solution and Thumbs Up if you found Helpful
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2026 01:16 AM
Hi @Matthew_13,
could you possibly explain what exactly is "client state" and how can a state have any value? Isn't state already a value?
100 % GlideFather experience and 0 % generative AI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2026 12:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2026 01:43 AM
Hi @SK5555,
the question about client state was for @Matthew_13, it seems that it was unvalidated reply that makes no sense and only brings chaos...
For you question @SK5555
"I have to close image once the user click on the close button on NOW MOBILE APP"
And what happens if you click on it? could you possibly add some context/details?
100 % GlideFather experience and 0 % generative AI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-21-2026 05:39 AM
No,I am unable to add the button there is no option but i did one thing , I have used function and action. through action i can only do to update the record. So i did inactivate the static record but it will impact global level. so no user can access it.

