I am sorry for the very basic question, but I have been spending way too many hours trying to solve this.
I have an excel file with a table in which I have a column "Campaign owner" that has values up to a certain point, while another column "Form URL" has always values.
I would like to get the Form URL from the first row in the table that has an empty Campaign owner cell and send it to Teams.
This is what my intended flow looks like.
The failing action is Compose, but the problem lies with Filter Array where the condition is set as:
or as:

This returns always an empty array, which is of course not readable by the Compose.
I have tried putting 'null' and null after the comma, to no avail.
The only outside factor I can imagine is the amount of rows to be considered, which is over 1000 by now, but I don't believe that should be a factor.
Asking both Copilot AND ChatGPT have been as efficient as clapping with one hand in this regard.
Can you please guide me through it and please bear with someone who doesn't know the syntax?