I’m using the typeahead field as a tagging feature. For example, I have a data source called Tags, which has a collection of tags (each as separate cells). I am then using this tagging feature as a typeahead field in a separate form when submitting to a new datasource called Matters.
I have ticked the feature to be able to add new tags in the typeahead field, which submits to Matters. However, the new tag doesn’t not appear in the Tags datasource to be used again.
What’s the best way to also submit a new tag to the Tags datasource?