You have to check open independent screen for item, add user specific columns for values that gonna be edited, than use text or number entry components to enter new data to these new columns, (use as a placeholder original data to keep track).
Add submit button with action to open new row and set columns with collected values from user specific columns)
Is there any possibilities to just tick at existing column for User-Specific a spicture below ?
Independent screen is what like i’m doing right now right?
Yes, just like i edit Data 1 to Data 2.
But I need to keep both using Add Row action.
Data 1: Quotation Number | Quotation Date | Company | Model
GE-2021-1000-Rev.0 | 10/3/2021 | Air Asia Sdn Bhd | GS-1000
I edit to Data 2:(I change from Model GS-1000 to SS-2000) Quotation Number | Quotation Date | Company | Model
GE-2021-1000-Rev.0 | 10/3/2021 | Air Asia Sdn Bhd | SS-2000
So the data that I need is: Quotation Number | Quotation Date | Company | Model
GE-2021-1000-Rev.0 | 10/3/2021 | Air Asia Sdn Bhd | GS-1000
GE-2021-1000-Rev.1 | 10/3/2021 | Air Asia Sdn Bhd | SS-2000
You dont actually edit old values, you write new values in new columns, and when done , button will create action to open new row and write new values in original columns because now they are empty, because it is a new row
I found something that easier for me and for your reference as well.
Instead of add more column we can make action add row first. So it’s copy the original data.
And make also add action of link to screen>this item. In the screen set allow edit is fine.