Hi,
I use the create reference and for each event to loop through my items smartobject and would like to post it into SAP.
However, it will throw error Unable to cast object of type 'System.Objectc]' to type 'System.IConvertible'.
Hi,
I use the create reference and for each event to loop through my items smartobject and would like to post it into SAP.
However, it will throw error Unable to cast object of type 'System.Objectc]' to type 'System.IConvertible'.
There is not yet enough details, but System.Object[] indicates perhaps an array object.
I believe usually the foreach event will be configured against an array of items, and it will create a 'single' item in which you will use within the loop.
Are you perhaps using the 'array' item reference vs the 'single' item reference?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.