Add possibility to handle array of values into single entity

Created on 31 March 2025, 6 days ago

Problem/Motivation

I want to be able to create an external entity with multiple items.
Example :
into my response, an item (entity) is an array of value like :

[
  {
    "firstName":"John",
    "lastNaam":"Doe",
  },
  {
    "firstName":"James",
    "lastNaam":"Bond",
  }
]

I'm using then custom_field module to create multiple "people item" base on that answer.

I saw that in the RestClient storage, if the answer is an array we only take the first element of it.

Steps to reproduce

- Configure an external entity that has an array as value for a single value (see example).
- Create a field with custom_field module to be able to map this custom_field with multiple values.
- See that you only have the first element of the response.

Proposed resolution

I propose to check if the array is bigger than 1, then we dont take only the first item but the entire array.

🐛 Bug report
Status

Active

Version

3.0

Component

Code

Created by

🇧🇪Belgium arwillame Belgium 🇧🇪

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024