#manuel_api

1 messages ยท Page 1 of 1 (latest)

muted dewBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1245758083536257148

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

valid cape
#

Metadata can only be key value pairs where value is a string

#
      0: "Implementation Service Whatsapp",
      1: "Implementation Service Email Marketing EUR",
    },```
is not valid
#

In the above name_product is the key, and a hash is the value

#

That's not doable

rocky lantern
#

๐Ÿ˜จ

#

ok ty

#

values must always be string values, no other type of value is allowed, correct?

valid cape
#

Correct

#

If you want to add the above, each item in the hash would need to be its own key value pair

rocky lantern
#

well thank you so much!

valid cape
#

No problem

#

Or you could just pass the hash as a json string

#

And then you could always process/convert that later

rocky lantern
#

right, that may be another more viable option