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.
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.
Hi Rakhi,
This may help to solve your problem.
https://www.outsystems.com/forums/discussion/59987/convert-image-binary-data-to-base64-in-mobile-client-side-or-javascript/
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.
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
ThanksTousif Khan