I have created a custom tool using the Python Engine SDK to take a JSON string input and encrypt it using AES algorithm
Attached is the workflow for the same
The code runs perfectly and I am getting the desired byte output as well. But the blob output tool which I am intending to use for transferring the bytes to binary file is failing with the error =>
Error: Blob Output (25): The field "" is not contained in the record.
Thanks for your help and suggestions. Have a nice day