#Graeme-metadata

1 messages ยท Page 1 of 1 (latest)

finite matrix
#

๐Ÿ‘‹ happy to help

torn elk
#

Its the passing of the array through to the Metadata that's the problem (not using the SDK) in the screengrab the first two lines (order number and field 'smith) get passed individually but, for the life of me, I cannot manipulate an associative array in any way to get passed as individual key=> value pairs, the SDK parses anything I place there as a single string.
It's a PHP problem that my head has been looking at (and failing) for a day now (The older SDK would accept an array here, this one will not - it has to be manipulated)

finite matrix
#

could you please share the request id?

torn elk
#

One of the latest req_1ioDQ3BnZCRkB4
I'm able to pass individual key => value pairs within the [[ .... ]] but when I try to feed in an external array it is getting 'seen' as a string by the SDK no matter how I format it

finite matrix
#

can you try to cast your array to an object (object)?

#

and use the spread operator ...