U2/Universe JSON 文档有如下 UDOSetProperty,如果它有多个值,如何设置值?例如,如果我有多个电子邮件。
示例:UDOSetProperty(udoHandle, "to", value)
"to": [
{
"email": "recipientEmail@example.com",
"name": "Recipient Name",
"type": "to"
}
],