Hi there, I have the shown formula in toddle which should check if an item is included in an array. Altough the conditon is true it returns false and i checked multiple times in the database it should be true and not false.
Max
7 months ago
Includes does not work that way. You have an array of objects, but you need an array of strings or numbers.
I'd use filter to check if the item is present or do a map before the includes
Kittiphum
7 months ago
yeah figured it out
Tod
7 months ago
Great energy @Kittiphum! Your continuous contribution to the toddle Community just made you advance to Community Level 2!