It seems that Table Fields in TFP really, really like to auto sort things according to the first column. TF5 did not do this (at least I never ran into it). I have a sequence of events in the first column of a table field. For example:
Step 1
Next Step
Step 2
Step 2A
Step 10
Instead of preserving the order, it will resort itself into:
Next Step
Step 1
Step 10
Step 2
Step 2A
Now I can understand if I intentionally sort this, but it seems this happens to my tables without my actually forcing a sort. I’ve run across this in a number of my tables.
Try selecting the Sort by Created option on the Table field and that’ll tell Tap Forms to sort the records by the date created field (without you having to add a Date Created field specifically to the Table field).