I have a GlideApp that I store, among other things, locationFrom and LocationTo as selection columns…
How do I use data from the LocationTo column as a preselected in the LocationFrom column on a new row when LocationFrom and LocationTo are a Selection column?
Yes it will be from the last row. It is a logbook where I log voyages for which I want the last PlaceTo as preselected as PlaceFrom in the next row. Now that I think about it, I might drop the Selection function on that field. Maybe that will make the task easier.
I have a similar function on the hour counter and total log, and they work.