Select single but get data from cloud function #720
-
Hi Connector, even when "Allow for multiple item selection" is off, the result is an array of 1 item, I want to have only the item as the field value Possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @mulyoved, The connector field is a dropdown field that lets you pick values from another table, API, or a static list. Therefore, it has a datatype of an array. I am assuming you wish to have only a single item as the value of a particular field. For that, you could change the column type to any of the supported field types and set a default value for every entry. For reference, you can check out our docs: If this doesn't help, it would be appreciated if you could provide a little more information about your usecase (perhaps a screen recording). |
Beta Was this translation helpful? Give feedback.
Hi @mulyoved, The connector field is a dropdown field that lets you pick values from another table, API, or a static list. Therefore, it has a datatype of an array. I am assuming you wish to have only a single item as the value of a particular field. For that, you could change the column type to any of the supported field types and set a default value for every entry.
For reference, you can check out our docs:
https://docs.rowy.io/field-types/supported-fields
https://docs.rowy.io/field-types/connector
If this doesn't help, it would be appreciated if you could provide a little more information about your usecase (perhaps a screen recording).