How to set columns Selected in DataSet View?

Hi All,

Similar to my other topic,
Here I’m using the API to update dataset which is used in the DataSet View.
However I still haven’t figure out what is the correct format to set the following columns ;

image

let’s say the columnIDs are 1 and 2,
what is the format used to pass ID 1 & 2 into dataSetColumnId parameter?
I’m using python to trigger the API.

Hi, it should just be an array of integers (the columnIds) in a param called dataSetColumnId[]

If that doesn’t work, can you recreate your request in postman and show us?