In Workato, when you run a job in your recipe, your trigger data will always remain the same, even if you rerun your recipe. For example, if you trigger a recipe when a Salesforce opportunity is Created/Updated, and you rerun that particular job after you make changes to that particular opportunity (eg changed the stage or name), the changes will not be reflected in your recipe unless you have the appropriate logic. This use case usually occurs when you are doing troubleshooting using a single job, and you need to make changes to the object that triggers the job.
To do this, you can run a search step immediately after the trigger using something unique and fixed to that particular object, most likely the ID of the object. This ensures that you have the most updated data in your recipe steps. Do note that you should use the data from the search step for mapping instead of the trigger data, and you may need to re-map some fields in your recipe.