Rows created via "add new data to another table" sync 'fine', but after edit all created rows vanish

I have a "Jobs" table and a "Releases" table. 

They have a Parent-Child relationship, where Jobs are parents who can have many Releases.

There is an action to generate releases on the job page, pre-populated with various information based on the Job.

Release Code is the Label, the Release ID is the Key, automatically generated as initial value UUID 

Job ID is the key for the job.

generativegeorg_0-1682960272543.png

When I go to create a release, it seems to work. They show up and I can go to the page.

generativegeorg_1-1682960734449.png

generativegeorg_2-1682960745911.png

However they don't appear in the Google Sheets.

generativegeorg_3-1682960796751.png

I can navigate around the app and stuff and go back to the release page and stuff. I can even sync and they're still there:

generativegeorg_4-1682960907521.png

However they still don't show up in the Google Sheets.

When I edit one of them, they all disappear.

generativegeorg_5-1682961061591.png

Help!

0 3 65
3 REPLIES 3

I suspect you have some other column besides [Release ID] set as the key for that table?

Nope. 

generativegeorg_0-1683026849854.png

 

I did realize I was doing dereferences where I didn't need to in the action. Here's the updated action

generativegeorg_1-1683026974339.png

 

This didn't solve the problem, but sharing the change.

 

Top Labels in this Space