...
In the Userview, add a Run Process, name the Custom ID to something meaningful, e.g. "startApplication". Set the label appropriately, e.g. "Start Application".
Info title Why are we doing this? This is so that user can start a new process instance.
- Add a List/CRUD into the Userview, edit the list in Datalist Builder, add in a Hyperlink action. Set the label appropriately, e.g. "Application Draft".
- Set Hyperlink to "startApplication" (the same value that we set in Custom ID in Step 1 earlier).
- In Hyperlink Parameters, add a new row - parameter name as "recordId", column name as "id".
Set the label to "Edit".
Info title Why are we doing this? This is so that user can access the drafts applications that they have already started.
Info title What's next? The list may be showing all the drafts started by all other users. You may want to edit the list in Datalist Builder to only show entries from the person that initiated it. See Advanced Form Data Binder on how to filter the list.