Repeating Group showing then disappearing

Hello! I have what I thought should be a simple fix but I’ve tried everything I can think of.

I have a group which contains some text. Group is not visible on page load. I then have a simple condition when Current user’s conversations:count > 0 (i.e they have at least one conversation) the group shows.
CleanShot 2023-04-28 at 13.09.58@2x

However, I am finding that the group displays for a split second when I reload the page despite it not being visible on page load and the user having no conversations, before quickly disappearing.

Any ideas?


CleanShot 2023-04-28 at 13.11.41@2x

Did you use the debugger in the step-by-step mode to see if you possibly have some other workflows (like: On page load → hide) that could cause this?

Yeah - used it step-by-step but it still disappears just as quickly

When you remove the condition, does it do the same thing or does it not appear anymore?