30
Views
6
Comments
Binary data extension is not working.
Application Type
Reactive

Hi Everyone,

I'm facing an issue with the Binary data extension. I'm using the binary to base64 server action and passing the correct values. But I'm getting the blank data, like the first below image.

Below are the snaps of actions and variables that I used.



Thanks,

Rakhi




Hi,

1. Can you please check your input it is having value or not means the value you are passing it is not empty.

2. Consider the size of the binary data you're trying to convert. Some systems or configurations may have limitations on the size of data that can be processed. 

Hope this will help you!!

Thanks 

Ruchi

Hi,
I debugged the code and checked it. The value I passed is getting the proper binary input.

I also checked with other devices, and facing the same issue.

Thanks

Yes you are right I also mentioned about size because of size exceeded that empty value will come after conversion.

You can also check size of the binary data.

Thanks

Hi Aravind,
I tried that js and it works fine, but I want to know why the OutSystems function is not working or what kind of issue is occurring in that.

Champion

Hello @Rakhi Chouhan 

The issue might be related to the size, But if the size exceed it already goes to exception and throws an error : Out Of Memory

Can you give a try to Oml I am attaching, I tried it and working fine for me

Let me know if it helps

Sample - https://personal-ejuytnht.outsystemscloud.com/TestAppForm/BinaryTOBase45?_ts=638333351185537760

Thanks
Tousif Khan 

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