Go back to the layout editor and click on the add button. Customize your screen and there we go.
You will be able to open use the same workflow to open the same screen anytime you want in the context of the table.
Thank you, thanks to you, I am starting to understand the workflows.
This will help me precisely for the additions / modifications precisely.
However, there is always something that I do not understand.
When I change screens, I no longer have access to all the workflows.
For example, I created a “CLIENT” workflow when I am on a “CLIENT” screen that allows you to create a new client…
I have another “PROSPECT” screen. And I would like to add an “add a client” button and call the CLIENT workflow. Unfortunately, on the prospect screen, I do not see the “CLIENT” workflow.
Yes, that’s normal. Screens are bound to tables.
If you want a “re-useable” form, do the following:
create a new table and add a single row (good practise is to add a RowID column)
add one or more User Specific columns. These will hold your form input values
build your form on the details screen attached to this table. This will be a Custom Form, so you will need to add your own Submit/Cancel buttons with associated actions.
in your Users table, create a Single Value column that targets your new table, and select First->Whole Row. This Single Value column will work like a Single Relation. You can navigate through it, and you can Set Column Values through it.
now, any time you want to open your form (from anywhere in your App), use an action that does Show Details Screen->User Profile Row->Single Value Column.