The Table input mode is unique to the REST Client and Messaging Client tools . It is designed for posting form parameters and is available for MIME Multipart and URL encoded payloads. When name value pairs are formatted according to the "multipart/form-data" content type: When name value pairs are formatted according to the "application/x-www-form-urlencoded" content type: Note that the table view does not construct XML or JSON. As a result, switching between the Table view and other structured XML/JSON views won't carry over any data. Also note that binary content from Table input mode is not converted to Literal mode. All binary configurations should be performed in Table input mode. When you’re working with multipart/form-data or url-encoded messages in the REST Client’s table editor, you can populate a table value from a file (in addition to using the standard Fixed/Parameterized/Scripted options). This allows you to embed file contents in the payload.
'+'
.'='
and name-value pairs are separated by '&'
.Using File Input Values for REST Client and Multipart Form Data
Overview
Content Tools