Hi Klaviyo Community!
I hope you are doing well. I’m setting up a review follow-up flow and want to split reviewers into two groups:
-
Those who uploaded media (e.g. photos)
-
Those who didn’t
I see that review_has_media
is available as a property for use in trigger splits. However, I want to confirm how Klaviyo reads this value from an integration like linsert your review platform, e.g. Junip/Yotpo/etc.].
Does review_has_media
return a boolean (true/false
) or a number (1/0
)?
I noticed in Klaviyo's documentation that both true
, "1"
, 1
, etc. are accepted as truthy values, but I want to be sure before implementing a condition like:
-
review_has_media is true
(Type: Boolean)
or -
review_has_media equals 1
(Type: Number)
I’d appreciate any clarification or experience others have had with this!