Comment to Upload data list
-
Thank you so much for responding.
I want to use Una as a directory. I have several lists already created that I want to import for different form options. All lists are already in .csv format.
- "Groups" - I have a list to import to use as categories
- New form items - other data lists
What can I do?
-
If you need to add the new categories then you may insert them to `sys_form_pre_values` table. For example, you need to add some new categories to Groups app. So you need to import your list with common `Key`='bx_groups', `Value` = some number (auto-incremented) and `LKey`='_bx_groups_cat_[name of the category]'
-
Did you get this to work? I'm looking to do the same