Attempting to duplicate a record makes it disappear as soon as it is created. It is nowhere to be found.
Here’s a gif:

Hmm… I seem to recall seeing this problem once before but I can’t remember what triggered it.
Can you check the First Sort Field to see if you have that value specified?
If you just add a new record and enter in some data, does it stay if you quit and re-launch Tap Forms?
Yeah I have a sort field specified. If it matters I’m attempting to duplicate a record that is pointed by another record.
Basically, this is a form called “Episode”, and I have forms pointing to it like so:
Anime > Seasons > Episode
Ah, that was the missing piece of information. Ok, I see the bug now. I’ll work on a fix for it.
Thanks,
Brendan
Ha! I just found this comment in my code:
// TODO: duplicate TFLinkRecords for this record
So it seems that I didn’t implement that yet.
Duplicating of parent records works, but not the linked records yet.
Any ETA on that? I relied on this feature a lot in the previous version because I add a lot of bulk data where only a few fields vary among entries, and it really helped me speed things up.
I’m just working on adding that function now. So far so good.