Which PostHog feature flags is my code still branching on
Use “Which PostHog feature flags is my code still branching on” in Recued. Separates a flag's switch position from whether anything still asks about it. It reads information without changing data in the connected service.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (35 steps)
limit
clamp
Clamp setting limit between 1 and 250
project
trim
Trim whitespace from setting project id
project_required
template
Generate text from a template
fail: step.project is_empty
flags_raw
?
flags
default
Apply default
have_flags
template
Generate text from a template
fail: step.flags is_empty
flag_count
count
Count items in flags
deleted
filter
Filter by condition
deleted_count
count
Count items in deleted
not_deleted
filter
Filter by condition
archived
filter
Filter by condition
archived_count
count
Count items in archived
live
filter
Filter by condition
live_count
count
Count items in live
enabled
filter
Filter by condition
enabled_count
count
Count items in enabled
disabled
filter
Filter by condition
disabled_count
count
Count items in disabled
never_called
filter
Filter by condition
never_called_count
count
Count items in never called
called
filter
Filter by condition
called_count
count
Count items in called
disabled_but_called
filter
Filter by condition
disabled_but_called_count
count
Count items in disabled but called
stale
filter
Filter by condition
stale_count
count
Count items in stale
owned
filter
Filter by condition
owned_count
count
Count items in owned
candidates
filter
Filter by condition
candidate_count
count
Count items in candidates
by_age
sort
Sort by created_at
oldest
slice
Take a subset of
card
to_summary
Format results as a summary card
candidates_table
to_table
Format results as a data table
stale_table
to_table
Format results as a data table
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
limit
setting
=
100
posthog
setting
=
project id
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.