If filter is blank

Hi

I am trying to find out how I select in the IF filter that a continue only should continue if it is not blank.

Eg I have an object that is called value and the IF formula should only continue if this object is not blank.

Kind regards
Mattias

Sadly did not understand if an empty object should pass or not. Anyway, here a version with both variants:

Hi

Thanks for you answer , but i still dont really get it

Case 1: I have following data and the value 2 is blank then it should not pass the IF

"Time": "2019-12-18T19:11:00.3718452",
"Action": "Update",
"Item": "Checklist",
"Value": "Inserted",
"Value2": "",
"Person": "mla",
"UserId": "5e3010b5-76b7-47ec-a880-c45fe420439c",
"Position": "Admin",
"PositionId": "0ee848c0-3469-4561-99ad-623d8eb87a7d",
"ImageUrl": null


Case 2: I have following data and the value 2 is not blank then it should pass the IF

"Time": "2019-12-18T19:11:00.3718452",
"Action": "Update",
"Item": "Checklist",
"Value": "Inserted",
"Value2": "55",
"Person": "mla",
"UserId": "5e3010b5-76b7-47ec-a880-c45fe420439c",
"Position": "Admin",
"PositionId": "0ee848c0-3469-4561-99ad-623d8eb87a7d",
"ImageUrl": null

Here the example with your data: