26
Views
3
Comments
Solved
Empty Binary Data
Question

I'm trying to use a condition that is true when the binary data is empty. How can I check if this data is empty?

Solution

Hi @Inês Costa you just need to compare with NullBinary() which is available into expression editor.

Hi Inês Costa,


You can use the below action to get the actual size of binary data if the size is 0 then it is empty,

or BinaryDataToText which will give binary data converted to text if that is also empty then the file can be empty.

Hope it will help!!


Regards,

Krushna Mantri

Solution

Hi @Inês Costa you just need to compare with NullBinary() which is available into expression editor.

Hi Ines,

You can directly use the binary attribute in if condition in action , and use the logic in true /false sections based on your requirement. 

As the binary attribute are not supported in Aggregate's filter.

Hope this helps,

Komal

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.