Hello everyone,
I have an issue, that a ComponentGroup linked to App State (Custom Data Type) not showing change in the UI, after "Update App State" event.
Here is my current setup
There is a ComponentGroup, which is linked to a App State (Custom Data Type).
Basically, what I want to show, is: a User can have multiple WorkExperience.
Within the ComponentGroup, I have a button to remove the WorkExperience:
CURRENT BEHAVIOUR
When "remove button" is clicked, even though the App State is removed from list, it does not appears in the screen as so.
Only when I move to previous screen, and come back, the App State is shown as removed.
QUESTION
Where have I done wrong here - how can the UI show the change, after "Remove from List at Index" is triggered?
Thank you guys so much!