"Trying to navigate to the next record in a form view using a server action as a start event for further steps. So far, I have been unsuccessful. Thanks for your help! In the following example, nothing happens:"
def action_next_record(records):
for record in records:
# Nächsten Datensatz suchen
next_record = record.search([('id', '>', next_record.id,
"target": "current",
}