Muhammad Akbar
 · Lead dev @ ExeEyes

Compare 2 arrays to make sure all values match

Answered

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

input schema.png
51.68KB

database schema.png
39.32KB

Screenshot 2024-08-01 004425.png
49.96KB

array filter.png
47.51KB

1
9 replies