Hi everyone,
I'm trying to build a "Live" glossary for our team that allows users to submit terms & definitions, but rather than having to edit the definition, it automatically adds the new submission as a new line within the description of the given the line item.
The goal is to eliminate the need for someone to come in and manually add/format each new submission for an already existing term.
For example: User 1 submits the acronym XYZ. User 2 comes in a month later to add another definition to XYZ. Rather than it showing as the submitted definition from User 2, it shows User 1's submission at the top, followed up User 2's submission.
Ideal format:
Term: XYZ
Definition:
1. User 1 Submission
2. User 2 Submission
Not Ideal/Current:
Term: XYZ
1. User 1 Submission
Term: XYZ
1. User 2 Submission
My first thoughts were to utilize the Lookup & Append functions between two different lists.
First would be to validate that the Terms among the multiple submissions, and then append all description submissions and separate them using a comma.
Is this possible? If so, is there any way to format this into a bullet form?