CSS Assistance: Chat Bubble "Tails"

Hi @boston85719.

I managed to get it partially working with Classify + a HTML element with the CSS styles in it + the conditional statement @hergin provided. However, it only works for the initial page load.

When the page loads/refreshes it works:
Screenshot 2024-04-30 at 1.08.19 PM

As you add replies or change the source of the repeating group (i.e., select a different conversation to view) though, the conditional appears to stop working:
Screenshot 2024-04-30 at 1.10.18 PM

Would you think the issue is in how/when the conditional is evaluated? Its odd to me though that the ‘fail’ state is the style gets applied to all messages–not just new ones. This is my conditional statement (the ID Attribute arbitrary text just has the classify class in it):
Screenshot 2024-04-30 at 1.17.40 PM

Also note, this message element is inside of a group that has its own simple conditional to only display when the message sender is not the current user. This is why you don’t see exactly the same condition as mentioned earlier in this thread.