In case you missed the announcement: The Alteryx One Fall Release is here! Learn more about the new features and capabilities here
ACT NOW: The Alteryx team will be retiring support for Community account recovery and Community email-change requests Early 2026. Make sure to check your account preferences in my.alteryx.com to make sure you have filled out your security questions. Learn more here
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

JSON Build Multiple Input and Output fields

svanhauwaert
5 - Atom

I am trying to build the below JSON string for an API query with the download tool. I have the separate inputs as records in a table and want to be able to use a table to specify these output parameters. I have used the JSON build tool , but specifying both input and output parameters has proven to be more challenging

 

{
"matchCompanyInput": [
{
"companyId":371564623 },
{
"companyId":464389605 }

],
"outputFields": [
"id",
"name",
"locationMatch",
"website",
"state",
"city"
]
}

0 REPLIES 0
Labels
Top Solution Authors