UI: Rollup doesn't update for object field

Options
Problem: When using "Edit Record" and editing an object field, it doesn't sync with the database. Below, you can see I should see payment.paypal.lineItems, payment.paypal.test and payment.paypal.test2 but I only see payment.paypal.id and payment.paypal.link[image.png]Steps to reproduce:
1. Have an object field in a database with at least one field in its schema (it can be any type, doesn't have to be an object like my example)
2.  In an endpoint or function, add "Edit Record"
3. Use the rollup to drill down to that field and hit Save (doesn't need to be filled in)
4. Go to the database and add another field
5. Go back to the endpoint or function. It's not there. You have to rollup the field and roll it back down again for it to update. If you had any values, they will be lost.[rollupToUpdate.gif]