I’m using connector function to get data from SQL database. In connector function I’m returning one column:
I would like to use this data for Single select widget for various purposes - selected value used for filters, etc.
You mentioned that Array can be sent from Connector Function. I’m unable to achieve that functionality.
I’m running Connector function on step enter trigger and then I would like to push result into array. Looks like variable type is not correct to push it into array.
Can you please provide correct steps to push values from db into array.
Thank you,
Ermin