Skip to main content

How To Set Up

Create formula text field for request body in a table. Example request body below generate multiple documents in related child table and merge them as a package and stores in master table: "Parameter…

Destatech
Updated by Destatech
  1. Create formula text field for request body in a table. Example request body below generate multiple documents in related child table and merge them as a package and stores in master table:

    "Parameters:db=xxxxxxx"
    & "&query={'6'.EX.'"&[Record ID#]&"'}"
    & "&name=Invoice"
    & "&wep=xyxyxyxy"
    & "&weprid=13"
    & "&pf=16"
    & "&docdt=17"
    & "&stsfid="&Dbid()&"."&[Record ID#]&".51"
    & "&:mrg="&Dbid()&"|"&[Record ID#]&"|19|pdf|Completed Package|128"
  2. Create pipeline for WEP Forms API. You can use “Fetch JSON” under “JSON Handler” channel.

    End Point URL: URL will be provided.
    Headers:
    AccountUrl:Your Quickbase Account Domain
    Appid:Your Application ID

    Method: POST
    Request Body: Formula text field from above.
  3. Sample FETCH JSON screenshot

How did we do?

Contact