I’m using a repeating group to display a list of payment status for different user.
In the repeating group I use an reusable element so the payment status can be use like a dropdown to update the status.
I’m having this problem:
When the repeating group’s data source change, the reusable element within doesn’t change, so the status isn’t updated properly, while other data still updated properly. I haven’t figure out the reason, can anyone help me? Thank you in advance
In the reusable element, make a Property that is of the type that the status is (hopefully this is done properly already as an option set)…then when you place the reusable into the repeating group, set the property as ‘current cells things status’…make sure all displays for the reusable are referencing the Property value
Thank you for your reply, but I guess it’s my fault that you understand it wrong.
For example,
In October, I change the payment status of a user into “Paid”, and it updated correctly in the database
Then I switch the filtel into November, for the same user, but the status isn’t shown correctly (it’s Unpaid in the db, while on the screen it’s still Paid), when I use AirAlert to check to data that parses into the reusable on the screen, it is correct, but it seems like the reusable element doesn’t update itself to show it properly
I’d give same advice as before