Hi, everyone:
This is what I have:
- A data type called Users
- A field within User called Upcoming Events. This field is a list of texts describing the user’s ticket type for upcoming events this user plans to attend.
When a particular special event (an item from the Upcoming Events list) is removed from Upcoming Events, every remaining ticket type on that list needs to be modified. Specifically, the last 3 characters of every item in that list of text descriptions need to be changed.
Make a change to a list of things seems to change a list at the data type level, which is not what I looking for. Then I went through all the list operators (add, …, clear list), but none of them seem to do what I need to do either. Is there a trick I have neglected to think about?
Thank you.