Map multiple records from a single table row

I have a time card table that logs the location of a user when they log in and logout. is their a way for me to map both locations, or do i need to have each location in a separate row?

1 Like

Assuming that the user taps a button at each location, then yes you can save both in a single row.
The first tap would create the row, and the second would update that row.

2 Likes

If you want to view both locations on a native map, then yes, each location needs to be on a separate row.

If I were you, I’d probably explore using the Custom AI component as a way to display two points on a map from a single row.

3 Likes