I am developing a workflow that involves numerous web runs. With each web run, I need to update the parameters for the job. I use a Lawson transaction to perform an inquiry, creating variables for the subsequent Lawson transaction node to apply to the 'change' Lawson transaction node for updating the parameters.
Typically, I only need to update one field on the form, usually a date. Is there a way to easily update a single field without having to map all the other fields? In my current practice, attempting to change just one field results in blanking out the fields I want to remain the same.