API call array data filtering

Hi there

I am struggling filtering the ID out of this array on a backend api call.


Screenshot 2024-02-06 at 21.12.43

Thanks

1 Like

Have you tried: result of step 1… response contact: first item’s ID? instead of filtering?

1 Like

Screenshot 2024-02-07 at 06.55.14

and the other way around:

Screenshot 2024-02-07 at 06.54.58

is vbout id field set as a text or a number field?

Number!

That’ll be the issue, the JSON above shows it coming through as text. So if you change the field to be text, should be all good :slight_smile:

1 Like

Absolutely!

Works like a charm :smiling_face_with_three_hearts:

1 Like