docs: document description field for dynamic interactive message list options - #660
docs: document description field for dynamic interactive message list options#660SangeetaMishr wants to merge 2 commits into
Conversation
… options glific/glific#4142 (merged in glific#5399) added support for populating a list option's description from a variable, not just its title. Document the new Description field in the dynamic interactive message node config, including the 72-character WhatsApp limit, and cross-link it from the related List options in Interactive Messages doc. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughUpdated two Google Sheets interactive message documentation pages to July 2026. Added optional per-option description columns for list messages, documented dynamic Description field mappings using 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
🚀 Deployed on https://deploy-preview-660--glific-docs.netlify.app |
mahajantejas
left a comment
There was a problem hiding this comment.
- the screenshot of the dynamic interactive message node needs to be updated to show that there is not a description field,
- Screenshot of the google sheet which shows the description field needs to be added
- also the screenshot of the preview bot which shows how the description will come up
Summary
Fixes #657
glific/glific#4142(merged via glific/glific#5399 on July 21) added support for populating a WhatsApp list option's description from a variable - previously only the title/label could be set dynamically, and the description field was always left blank in dynamic interactive messages fed from a Google Sheet.This updates the existing "Dynamic Interactive Messages via Google Sheet" doc (which already covered the ID/Variable setup) to document the new Description field:
trim_field(param["description"], 72))Also added a short cross-reference from the related "List options in Interactive Messages" doc, which documents the same ID/Variable config pattern in a different use case, so it doesn't go stale relative to this change.
Verification
Confirmed end-to-end against the actual code rather than just the issue text:
glific/glificPR #5399: backend now readsparam["description"]and trims it to 72 charsglific/floweditor'sSendInteractiveMsgForm.tsx: the node config form already has anid/variable/descriptionfield triplet per row (placeholdersid {n},variable {n},description {n}), so this is a fully shipped, usable feature end-to-end, not just a backend changeTest plan
Summary by CodeRabbit