Ability for custom field objects/arrays
K
Kyle Buxton
It would be helpful to allow for any custom field to be turned into an array of objects so that multiple answers could be recorded in one custom field. One example but not limited to it is for insurance agents, they may store multiple policies for a single contact, they should be able to have a single field such as the text input field that can be filled out unlimited number of times to have an unlimited number of policies, rather than having to pre-create the fields.
Log In
D
Doug Richardson
I wrote an associated Post for both Custom Fields and Values here: https://ideas.gohighlevel.com/automations/p/custom-value-field-arrays-suggestion-on-syntax-and-functionality
Would love input!
S
Scott Cain
And once the single-index array concept is understood and being implemented (hopefully sooner than later), a double-index array shouldn't be much more difficult to implement.
I find myself needing arrays often. I am building my own "Objects" of multiple text fields (Item1, Item2, Item3... SubItem1, Sub Item2, SubItem3... Option1, Option2, Option3...Value1, Value2, Value3...etc)
A double-index array would allow storage of 2-dimensional data (think spreadsheet cells, rows and columns): for example, seating assignments.
I could make a case for additional indexes, but I'd be happy with at least 1 and overjoyed with 2.
C
Corey Cauble
I think you should have a custom field that is a collection of form data
C
Clifford Paulick
Just like is possible when building our own Marketplace App
I
Inayet Hadi
Absolutely, GHL using JsonSchema for HighLevel would allow us more flexibility