So i'm making a simple Creatio app where I want to upload an image, encode it in base64 format, and pass it via WebService to my application.
I made a simple page with a button that calls business process where WebService is called.
I also added attachment component, uploaded a few images, and can successfully access the last image in my business process via formulas (get it's name, info ect.)
I don't have much experience in C#, so I'm kindly asking if someone could give me an example code how to read the image in Script Task named Base64 Encoder, after it's been fetched in "ImageReader" task, and return/forward encoded B64 image to "API CALL" task.
Thanks in advance!