Skip to main content

I'm creating a record in a workflow step and cannot seem to get the image type figured out.  I'm trying to bring the Image in from a SmartObject, but I keep getting "Index was outside the bounds of the array" as an error when the workflow runs.  Any ideas?

1.  Is this a Smartbox Smartobject or perhaps a SQL server service instance Smartobject?


2.  I believe a K2 "Image" type will usually get written to SQL as a 'nvarchar(max)' type


3.  From the database do you see it being stored as:


<image><name>something.png</name><content>{Base64EncodedFormat}</content></image>


4.  How are you setting this Image field in the workflow?  Perhaps add some additional details/screenshot of what you are attempting to accomplish.


Reply