Hi!
I have a selection screen that insrts into a DB table. it has two options- enter an entry with start time, and then enter an entry with end time. is it possible to create a logic that when someone creats an entry with end time, it will insert to the same table row of the start time, just the end time?
I need it to insert into the last entry in X table where y=y (one of the fields needs to be eq on both entries).
and then define which fields will be inserted where.
maybe someone has an idea how to achive that?
Thank you!