App builder's table not getting the request response

Issue Description: What’s happening?

app builder table not getting data when a query is grouping data

Reproduce the Issue: What steps can someone take to replicate the problem?

  1. execute request

  2. get data from request

  3. try to insert data into the table
    image

but nothing happens, the table gets the headers, but not the data.

the data that i need is there

actually, the response isn’t the correct response, the key “status” and “brand” are getting the wrong value


Expected Behavior: What did you expect to happen?

get the data from the request and show it on the table

Actual Behavior: What actually happened?

the table is not getting the data

More details or screenshot

" "

Hey @jetixsolorzano did you use the Generate Table Columns button after inputting the response object?