Hello,
I have a problem with the deep copy (cascade add) feature that I cannot solve. My configuration seems perfect, but it doesn’t work.
My Setup:
- A Parent table:
Ricette acqua(with its own unique Keyid). - A Child table:
Ricette Comp acqua(with its own unique Keyid). - In the Child table, I have one
Refcolumn namedid ricettathat correctly points to the Parent table. - In the settings for this
Refcolumn (id ricetta), the “Is a part of?” option is CHECKED ON. - I have confirmed there are no other conflicting
Refcolumns from the Child to the Parent table.
The Problem:
When I use a simple “add a new row” action to copy a record in the Parent table, the action succeeds and the Parent record is copied correctly. However, the corresponding Child records are not copied.
Troubleshooting I have already done:
- I have checked all keys, references, and permissions. Everything is correct.
- I have checked the Audit Log. It shows the
Addon the Parent table succeeds, but noAddoperations or errors are logged for the Child table. - I performed a “clean room test”: I created a brand new Parent record, manually added new Child records to it, and then tried to copy this new Parent. The problem persists even with clean data.
Since the configuration is correct and the feature fails even with clean data, I believe this is a platform bug affecting my app.
Can you please help me investigate? Thank you.