Documentation Index
Fetch the complete documentation index at: https://moengage-getz-tagging-workspace-status.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Problem
When attempting to use the personalization preview with an incorrect Jinja template format, the following error is displayed: Error in parsing jinja template format. Error expected token ’,’, got ‘integer’.
Solution
This error occurs for the following reasons:- String operators are applied to the integer data type values in the Jinja code.
- When creating a campaign, a double quotation mark is used instead of two single quotation marks in the Jinja code.