I have multiple companies on my app, and I’d like to have the App notes, new features, enhancements, etc., delivered via such an inline list but would need the items to go away after they’re opened. Any idea on what the condition would be if this is possible? Thanks!
I typically use a checkbox that says “Got it” and if true, then hide. You could do the same thing with a button and the increment feature (if 1 then hide). On each new announcement, in your sheet, I guess create the new announcement and then clear the true or 1 from the Got it column to restore the visibility of that item.
Ah! So easy - thank you!
I guess I’m trying to wrap my brain around how an inline list button action could trigger the clearing of a column. I do what you’re saying with inline choice components, but do inline lists trigger any interaction with the sheets when you click them? Or do you mean just placing a “Got it” button after they’ve clicked into that area (sort of like a “Been Read” Button or something) to indicate that they have the info and never need to see that button again.
I mean the second one…on the details of that item.
Got it (pun intended )
You could probably do something with the increment action and user specific column on each list item. I do something similar with a state plates game. Clicking on each list item will increment the value and based on if it’s divisible by 2, it will either show as checked or not. I’m sure I could enhance it to either add or subtract the number with some math and dynamic increment values so it only swaps between a value of 0 and 1, but at least this gives you an idea of what I mean. In my state plates game, there is no need to view details. Just tap to acknowledge that the state was found. Tap again to uncheck it.
Love it. Haven’t played with the Increment action yet. This makes sense.