Hello, I am building something comparable to a LMS. I have a “next page URL” setup, so each record can trigger the next. I want individual users to be able to keep track of the content they have already read. (NB: they won’t necessarily read the pages in order. They may dip in and out of different sections).
I want to create a “mark as read” option for each page of content. I have set this up as a “one-click update” action button on a detail block. The email address of the user should get added through “add additional value” to a “readers” field. I thought this would give me a list of all the users’ emails.
It works at first. In preview, if I click the button it logs the users email in the readers field for that record. The unexpected behaviour is that when I move on to the next record and do it again, it deletes the email from the previous record and adds it to the current record.
Is this normal? I expected it to just keep adding the email address to each record that has been read.