Solution outlined below:
- GET request. Do not parse JSON response
- Text Parser Search and Replace, using Regex to find field that I need to update and mapping new updated value. Could also create more modules if needing to replace more data, or use a splitter to add new data quicker, then merge it all together before the next step.
- Transform Text Parser to JSON
- Parse JSON for PUT body
- PUT request with mapped ‘Parse JSON’ in body
u


