List Plus Item Count Error

Hey Bubblers,

I’ve noticed when I use the expression (Search for list of items: Plus Item) that it will give my final list a count of 1 even if the list and the added item are both empty.

USE CASE: I have profiles where users can have a primary video and a video gallery. On their profile I show a repeating group of all their videos sorted by their main video first. I have a conditional that is intended to hide the element if the total list count is less than 1. Problem is that when I use the PLUS ITEM in the expression… my empty list is showing a count of 1.

Solution for now: I guess I can just change my conditionals to check if both things are empty… but it seems like the issue of COUNT and PLUS ITEM could return in other places where things are empty.

This topic was automatically closed after 14 days. New replies are no longer allowed.