As an app builder when I am configuring an item action button to edit a record and have selected on form submission execute a workflow I would like to also be able to specify additional fields to be passed to the workflow on form submission, so that I can easily access the data within the workflow itself.
Form Settings:
What is available in the workflow:
An alternative would be to pass the entire record including the updates to the workflow.
In the current state when an edit record form is submitted and executes a workflow the only data that is sent to the workflow is the data within the edit form itself, then I have to run an additional workflow step to locate the record that executed the workflow.
This locate step is extra, and ideally when a form is submitted, the additional fields added or the entire record would be made directly available to the workflow.

