Unable to set column attribute to UNIQUE or PRIMARY

I am creating a table where user inputs data once everyday. So I created a column with date format but need to use that column as UNIQUE or PRIMARY. How can I do that? Cant find any option to do so.

1 Like

Hi @Gaur-bcba, thanks for your question. Honeycode currently does not support UNIQUE and PRIMARY column attributes. However we'd be curious to hear more about your needs for these attributes. Thanks!

Hello,

Following on the above, how can I make some of the form data cells mandatory?

Regards,

@Meezcal use visibility rules on your submit button to hide it unless there are values in the cells that are mandatory

1 Like