Use Variable in Multipart Form-Data Attachment

It turns out that Postman has very simple support for this, but the option I needed to make this work was just in a hidden column in the multipart form-data page.

What worked for me:

  1. Expose the “Content Type” Column in form-data and set to application/json

  2. Change the “file” option next to the KEY to “text” and then paste the raw JSON in the VALUE

…Of course it would be as simple as exposing a hidden column :slight_smile: