I’m building a listing that’s generated from metadata. One of the fields is a large dropdown (150-200 options) of alphabetised company names. From time to time this listing will need to have additional companies added and old ones removed.
How can I ensure uploading a new csv won’t break the listing? In testing it 100% breaks on regenerating the metadata. Could I run into issues maintaining the list without regenerating?
Wouldn’t it be easier to main the list outside metadata schema?
You can have the list in html format or CSV in a separate asset e.g standard page and nest this list into the metadata schema or as a related metadata file.
This way when the list gets update you don’t have to regenerate the metadata schema.
I see, if in Edit+ mode or through the Admin screen the above mentioned will not be possible.
You will need to create custom Edit interface to make it work.
Just for info, the answer to my problem was to make sure the keys allocated to the values match the value name rather than run as a list of numbers. So when new rows are added Matrix keep the values and keys synced up.