Array suddenly null

Hi @Mario

Try using .push instead of .includes

Hi @Luis

Thank you for your reply. Let me clarify: I have an array var_cvids containing a few numbers (1st block) and I’d like to filter (3rd block) the collected records of an app (2nd block) that are contained in this array.
(The TODO should have been deleted, I am doing a different approach now)