Question

How to set a value in an array field

  • 26 January 2022
  • 2 replies
  • 189 views

Hi,

It’s probably a basic question , however I can’t find the solution for this.
I’m using a webhook and want to update an array field with one single value.
I’ve tried different variations, with or without brackets, quotes, etc, and still end up with this “Invalid array” error.

 

A little help is welcome!


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @mcb 

Can you please clarify your use case for us with more context?

Perhaps outline a specific example for the input data and desired output data.

Also, can you link to the API endpoint documentation you are referencing?

Hi Troy,

Here’s the APi doc: https://stripe.com/docs/api/customers/update

I’m just trying to set the preferred language to Chinese for a given customer in Stripe.
When this step is working, it will be added to a more complex existing zap where the customers are created in Stripe.

If I use a “Stripe / Find customer” step and hardcode the id to get a customer for which the language has been set manually through Stripe interface, here’s what we get:

 

So, basically, I want to be able to update this field with this value through the APi.
I think it’s just a matter of syntax about the way the value is specified in the zap.

Any idea?
Thanks for your answer,

  Marianne