Skip to main content
Read a stream as form URL encoded data (e.g. key=value&other=value).

Fields

Pattern to items

Dot-notated path to the array within the decoded data that contains the items to process.
  • Leave empty to treat the entire decoded body as a single item.
  • Use items to read from a nested items key.
Note: Do not use * here. This field points to the array itself; the system automatically iterates over all elements.