Has there been any changes to this? I would like to be able to store a table of data for our members. We are a dog club and members have dogs with information that needs to be pulled into forms. A sub table options would be ideal. My next best option is to setup an api call to another 3rd party database and look rows up by member id. It would be nice to not need this. Alternatively, I am considering just storing the data in a multiline field as a json but I am concerned with the 3000 character limit.
Has there been any changes to this? I would like to be able to store a table of data for our members. We are a dog club and members have dogs with information that needs to be pulled into forms. A sub table options would be ideal. My next best option is to setup an api call to another 3rd party database and look rows up by member id. It would be nice to not need this. Alternatively, I am considering just storing the data in a multiline field as a json but I am concerned with the 3000 character limit.