Post Guidance automation not working?
I've set up an automation that is supposed to require body text with all image and video posts, but it doesn't appear to be working:
> When
> Posting
> Image, Gallery & Video
>
> If the
>
> Post
> Body
> Doesn't match regex
> .{25,}
>
> Block from submitting
> "This community requires image/video posts to include substantial body text"
This automation successfully blocks the post if the user enters text that is too short. But for some reason, it doesn't block the post if the user doesn't enter any body text at all.
Is there a separate option that I need to select in order to detect posts with an empty body? Or is this a bug?
And before anyone asks, we already have an automod rule for this. I just wanted an automation as a second layer that acts before the user submits.