Sorry, I am relatively new to Power Automate
I have an List Tasks action that lists all tasks for a Project (which is triggered when a project is published).

Within the body of the data output there may/or may not be a custom field shown in the image below ending "36fcc"

I want to filter the List to only have entries that have this field set (the field does not exist in the list if an entry has not been recorded).
The value for that field originates from a drop down field, but from the square brackets it looks like it is returning an array (?). So the next part of the problem is that I just want a string, not an array (I can later apply conditions on that string).
Please can anyone advise
Thanks Patrick