My use-case scenario is as the following :
I have a spare parts report where the spare part items are being listed. I'm adding an action to the report which creates a record on an order cart form where the user should be asked to enter the quantity of the selected part. The spare part form doesn't have the quantity field in it. This field is only present on the order cart form.
I have created the related action workflow which transfers the part serial number and a predefined order quantity to the order form. I'm trying to find out if it's possible to let the user to enter the quantity during this action.