I have a form submission workflow that ends with Show New Screen for the newly created Appointment row.
The screen is intentionally action-specific because I do not want to use the shared Appointment Detail Screen and risk changing other places where Appointment details are shown.
My problem is that the action-bound screen does not appear in the Layout navigation, and I cannot find an Open Screen or Edit Screen option from the workflow step.
At the moment, the only way I can reach it in the builder is to submit a test form, let the workflow run, edit the screen, and then delete the test row.
Is there a supported way to:
- open and edit an existing Show New Screen directly from the builder,
- preview that screen without running the workflow,
- or create a reusable isolated screen that is not shared with every Appointment detail screen?
I would also be interested in the recommended Glide pattern for a post-submission confirmation screen that needs to display data from the newly created row but remain independent from the table’s normal Detail Screen.