Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alexbjorlig
Creator
Creator

Loading array of strings with REST connector

I am loading data in Qlik Sense with the REST connector that has the following structure:

 

[
 {
  id: 1,
  cars: ['lada', 'vw']
 },
 {
  id: 2,
  cars: ['vw', 'tesla']
 }
]

 

When I load this in the "select data" step, this is successfully identified with "root" and "cars".

When I click on "cars", everything looks correct. But when I then add the data, the cars table is empty! If I click select data from the source, it's also empty?

 

I then experimented with arrays of objects, and here everything works!

 

Is loading array of strings supported this way - or am I doing something wrong?

 

Labels (2)
0 Replies