Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask 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