Hi, i have a question in regards to saving data and obtaining it later. So, i have an item list where each user has an id, if i change any of these attribute fields, changes need also to take effect in the dictionary. There is a specific field that will trigger this action. I already created a query that will map correct attributes with update command. I'm interested in the logic that would need to take place in obtaining the current changes.
thoughts:
- after triggering specific field in the item list, trigger save path that will save the instance changes. add extra field in the item list with boolean that will examine is something changed or not.
- parsing current values with js and creating json which can be read via sql, this could potentially be more complex