Good Afternoon Community,
I'm getting pretty familiar with the editable table in r12. However I'm not sure the correct process flow in regard to editable tables that start as an enriched table.

The way I interpret the way the option reads is that its basically a way to append edits to an existing table. However, what's the correct way to get these edits back to the original table, if that's even possible.
I see a couple of different options:
- Create editable table and include all columns from source table. Add new data then make a new table with editable table as source consuming all the columns. Then build from here.
- Create editable table and include enough columns from source table so that you can create a lookup in the source table. Then add new data. Create new table from the editable table and use a look from the original table to pull the new data back into the original table. Feels like this would create a circular reference.
I'm just trying to understand the correct use case and how to bring it back in properly.
@Stephen Atwell, looping you in on the question as you may best understand how this should work.