Hi,
I'm trying to bring in data in a DDX form, from a Domo dataset column using domo.get api using the following code.
But I keep getting [object Promise] as a response. All I'm trying to do is getting the distinct value of column "Version" and populate in one of the DDX form input. The value in this column is same for all rows.
Below is how it looks overall…