Record Navigation in Edit Window

Hi,
I know this is a very basic question, but I am also new to Cuba Platform.
My question is:
When we open editor add screen from browse screen, instead of commit and close the window,
how can we navigate to next or previous record to allow user to review and edit records while staying on add/edit screen?

Hello,

You can take a look at this example: GitHub - comru/navigation-editor

However, it’s quite complicated, so I would recommend a simpler approach: take the combined browser/editor screen generated by Studio and modify it’s layout: make the table smaller and with only one column, etc. Maybe it will suit your needs.