Hi,
How would I go about creating a static dropdown using the Zapier CLI?
I have this:
{
key: 'process_type',
required: true,
choices: ["A",”B”, “C”],
}
But I want test1 to be assigned to process_type when I choose A, test2 to process_type when choosing B and so on.