101
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?

2022-09-12 05-19-11
Apoorv Choubey
Solution

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

2023-04-07 07-55-02
Krushna Mantri

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

2022-09-12 05-19-11
Apoorv Choubey
Solution

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

2021-06-01 05-56-33
Komal Kumbhar

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.