I am building an app that allows people create create gift registries and some of the information for the items on those registries needs to update dynamically. I’ve figured out how to run custom actions (great tool), but how can I get these actions to run when a list loads so everything in it will update each time it’s viewed by the user?
Ex: The price of an item updates dynamically throughout the day and is pulled from an API call. How would I set it up so as the list of items loads the price is updated?