【发布时间】:2021-06-02 16:57:56
【问题描述】:
我正在尝试在我的 Data weave 中编写 else if 语句,但收到错误 expression missing ""
PBSI__Tax_Code__c : if((payload.order.customer."billing-address"."country-code" =="NL") "${sf_taxcode}" else if(payload.order.customer."billing-address"."country-code" =="DE") "${sf_deTaxcode}"),
【问题讨论】: