Good day everyone. I have in my old app used an Autonumber column for ParentID and ChildID, which I now changed to the RowID column.
So I created a new Custom form linked to the ParentChild helper table, to which I have added a ParentRowID and a ChildRowID column. In the form I have a Form Container with 2 Choice components writing to the relevant RowID, getting the values from either the Parents table or the Children table. After completing the entries I checked the ParentChild table and all was well, 69 entries. I added a relation column to each RowID to show the parent or child name for RowID. ALl perfectly well.
The I answered some messages on my phone, and when I went back all die columns were empty. Nothing deleted, just empty. I added two entries again, and a few minutes later they were empty too.
I even checked the workflows in case one writes to the ParentChild table, but the only one that does has never run - itâs only for onboarding new clients/parents.
How can this possibly happen?
Update: I added a workflow to set the column values and so far nothing has disappeared. Maybe the data wasnât saved? If so, why not? Isnât a form container supposed to âcollect data and store it directlyâ?
Update 2: Gone again. I am not updating any parent or child details or running any workflow. I am simply editing the bus schedules layouts to display correctly - i.e. the correct route, date, pickup and drop-off points. Nothing changes with parents or children.