I have tried to use ST to get the contents of a Blob into a sting. I use:
st.FromBlob(XYZ:BlobField)
I have tried many different embeds with no luck. Specifically, after uploading a PDF to a target Blob, which works as expected,
I want to load it into a string so I can do further processing. The string object is blank...I try looking at it using message(st.GetValue()). I have tried in Post Insert embed. Does the file need to be explicitly opened in order to access the Blob? I have tried Access:myFileOpen() and Access:myFile.UseFile() but still no luck.
Thanks,
Jeff