Open
Conversation
- Add subscriptions filter section to 'Referencing data in templates' page with examples for loading subscriptions by static and dynamic identifiers - Add 'Dynamic data filters' section to liquid helpers reference documenting user, object, tenant, and subscriptions filters in a reference table - Add 'Referencing subscriptions in templates' section to subscriptions concept page with usage example and link to full docs - Add callout on referencing-data page linking to the new dynamic data filters reference section - Update frontmatter tags to include new filter keywords Co-authored-by: Chris Bell <chris@cjbell.co>
|
Cursor Agent can help with this pull request. Just |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Chris Bell <chris@cjbell.co>
cellomatt
approved these changes
Feb 25, 2026
| Knock environment at render time. You can find a full reference of these | ||
| filters in the{" "} | ||
| <a href="/template-editor/reference-liquid-helpers#dynamic-data-filters"> | ||
| liquid helpers reference |
Member
There was a problem hiding this comment.
Suggested change
| liquid helpers reference | |
| Liquid helpers reference |
nit
| ], | ||
| [ | ||
| "subscriptions", | ||
| "Loads up to 25 active subscriptions for a user by their identifier. Returns a list of subscription objects, each containing the subscribed object and any custom properties set on the subscription.", |
Member
There was a problem hiding this comment.
Suggested change
| "Loads up to 25 active subscriptions for a user by their identifier. Returns a list of subscription objects, each containing the subscribed object and any custom properties set on the subscription.", | |
| "Loads up to 25 active subscriptions for a user by their identifier. Returns a list of subscription objects, each containing the subscribed Object and any custom properties set on the subscription.", |
Not sure if this is a helpful differentiation and whether it's the entire serialized Object. But "subscription objects, each containing the subscribed object" was a bit confusing to read.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR introduces documentation for the newly added
subscriptionsLiquid filter, which allows loading up to 25 active subscriptions for a user within workflow templates.The changes aim to:
subscriptionsfilter and how to use it in templates.user,object,tenant,subscriptions) into a new "Dynamic data filters" section in the Liquid helpers reference.The updates include:
subscriptionsfilter incontent/template-editor/referencing-data.mdx, including usage examples and limitations.content/template-editor/reference-liquid-helpers.mdxthat outlines theuser,object,tenant, andsubscriptionsfilters.content/concepts/subscriptions.mdxwith a brief overview and a link to the detailed documentation.Todos
Tasks
Screenshots