


JST-310000 Error while compiling script '_webApp_tAPP200_' line 4891: invalid assignment left-hand side (line=' ctx.recipient.@gmLocation/@country = 'CAN' ' token='= 'CAN' '). SCR-160032 Javascript: error while compiling script '_webApp_tAPP200_'.
I am trying to query the database through a script in a web app, but when providing the country location in the database, it is throwing an error. The folder is gmlocation/country under recipients.
Views
Replies
Total Likes
Hello @ryancang
According to this error, It seems you have string value on the left side and variable on the right side.
it should be
var token='CAN'
instead of
'token'=CAN
Views
Replies
Total Likes
Hello @ryancang,
ctx.recipient.@gmLocation/@country
is not valid xpath, it should be if exists, something li:
ctx.recipient.gmLocation.country
ctx.recipient.gmLocation.@country
Marcel Szimonisz
MarTech Consultant
for more tips visit my blog
https://www.martechnotes.com/