-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Is your feature request related to a problem? Please describe.
Problem identified : Not possible on the same cell to append content. All content is available.
Issue I would like to solve : only one row for multiple users, instead of multiply the same row for multiple users.
We are working in a regulatory environment where we do track the readings of our documents by individual users. We usually have to sign the entry in a table to show that we did read the document on the date xxx.
I believe the Tables app could replace already that today with creating for each user an indiviual row of what they need to read, but this solution will require 100s of raws, while one raw could be sufficient with the proposed solution.
Describe the solution you'd like
.Have a column with all the users that must read the document XX
.Have a column with all the users that have read the document XX <= Append to cell userid to this column automatically filled in.
.Have a column which can append some data to the same cell (Tick box (I have read the following document )and . Date)
Create a filter view with userid that needs to read the document and have not read the document = People can track who has not read the document.
Describe alternatives you've considered
Like as said, one row for each user, but this seems unmanageable by someone with lots of users. Would need some automation...and the table app would be quickly filled in.
The solution above seems manageable by a human with groups and circles, and would reduce the size of the table drastically.
Additional context
Very good for small teams etc...
Note: the appended row will be added to a rich text field table.