Generate Form Body
Generate a HTTP form body from a list of key-value pairs.
WARNING
Network Requests require coding skills and falls outside the scope of our support.
This means we're unable to help further with setup or troubleshooting. Additionally, with a code-based solution, we can't guarantee its functionality or full compatibility with Inventor. This includes how it functions with our responsive design or future platform updates.
Inputs
Values
List of key-value pairs to generate the form body from. Each key-value pair should be separated by a new line. The key and value should be separated by a equal sign (=).
Example:
key=value
key2=value2
key3=value3
Outputs
Form Body
The form body.
key=value&key2=value2&key3=value3