User: Bgrenon/1
From Genesys Documentation
Sort "Article" pages by "GenesysEngage"[ | edit source]
{{#cargo_query:
tables=Article, MintyDocsProduct, ContentAreaSection
|join on=Article.Product=MintyDocsProduct.displayname,MintyDocsProduct.contentarea=ContentAreaSection.DisplayName
|fields=ContentAreaSection.Platform=Platform,MintyDocsProduct.displayname=Workspace,Article._pageName=Page
|where=ContentAreaSection.Platform="GenesysEngage"
|format=json
}}
Error: No field named "Platform" found for the database table "ContentAreaSection".