Hello, I have 2 arrays and I need to filter the values within one array (let's call it Array1) which contains values from another array (let's call this one Array2). The first one (column) I take from sharepoint : List Rows + Select and the second one I have stored in variable.
Example:
Array1: helping, source, never, power, automate, keyboard
Array2: help, brb, auto, sou
So the output will look like: helping, source, automate.
I tried to to use Filter array but I do something wrong. Could you please advise?