Hi all,
I am building a flow where I am checking in my SQL database if a row is present or not, and I am having issues getting the Condition to state True.
If the Row is present in the SQL table, it should go to the "left" part of the condition (YES).
Here is my flow :

The left part in the Condition - Equals is right now this:
equals(outputs('Execute_a_SQL_query_(V2)_check_for_already_existing_row')?['body/resultsets/Table1'], bool(1))
Here is the result from the SQL query :

And the result from the Condition:

Can anyone point me in the right direction to what I am doing wrong ??
I am grateful of any help I can get 😄
/Michael