I would like to place a table or form temporarily within the model to display the values in the data store as they change at different points at runtime.
I tried simply adding a form, creating the same field types as are in the store, and then mapping the form fields' default values to the data store's fields. This does not work as it doesn't update automatically.
Tips?
Henning