Find & Replace Value of a Key in request Headers

Hi all! I have received a collection where the header for each request has a key:value and the value of that key has to change.

There are 946 requests to update. I was hoping Find Replace would work but I canโ€™t figure out how to get it done. Or do I need to use something else?

This is what I need to change:

Current Headers
Key=X-Idempotency
Value=

Change to:
Key=X-Idempotency
Value={{$guid}}

Any assistance greatly appreciated!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.