Datasource: Airtable
I have users creating new records via a form. Can I navigate to the detail view of that record directly 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.