Hey there!
I'm trying to compare 2 different arrays, one of them will be queried from a table named "user_participants" and the other array will come from an input called "participant_list".
my initial thought was to do an array manipulation of "has every element" and use the sub-path of array_1.participant_reference_id == array_2.participant_reference_id, yet I still get a "false" as a result despite having the "participant_reference_id" path exactly as my database value
below is a list of attachments to the issue