I have 2 triggers, one for returning the list of customers, and one for do another action
In the trigger 2, I have a field in dropdown format, using the trigger 1 to provide options.
But the problem is, the dropdown menu show “No options are available.”, no matter how many type of format I try
Here is the data I return in the first trigger
o
{
"id": "customer.id",
"customers": s
"Customer 1",
"Customer 2",
"Customer 3",
"Customer 4",
"Customer 5"
]
}
]
Can someone tell me the right data format to use?