Navigate directly to new record after creation

Datasource: Airtable

I have users creating new records via a form. Can I navigate to the detail view of that record directly after creation?

Yes absolutely, the easiest way would be to pick the “Run custom workflow” form ending which would receive in the trigger the ID of the record that got created and based on that, you can set an action to redirect the user to the detail page that got created for that record.

I came across this older discussion and wanted to add that I’ve tried using the “Run custom workflow” option recently, and it worked like a charm! Anyone else working with Airtable and using this method, or found other tools or tricks to improve this process? I’d love to hear more experiences or suggestions on enhancing record navigation.