- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hello guys, I am trying to use the personalization block mentioned below but I am facing an issue during deliverying . If I execute the preview I have no issue. Any idea?
var article = xtk.queryDef.create(<queryDef schema="xxx:ArticleCatalog" operation="select"> <select> <node expr={"@articleName"}/> <node expr={"@articleDesc"}/> <node expr={"@articlePageURL"}/> <node expr={"@articleURL"}/> </select> </queryDef>).ExecuteQuery() var articleName=article[0].@articleName
Solved! Go to Solution.
Views
Replies
Total Likes