Read from one table and write to another : Justify student abandonment

Hi all, I have a table (excel sheet containing a pivot table) where new entries are created automatically whenever a student abandons the course.
I would like to create a way via appsheet to add a justification for these abandonments, saved in a different table.
Hence, read from one table and create records in another table using info from the first table and newly added info.

How can I create that?

Thanks!

Solved Solved
0 11 791
1 ACCEPTED SOLUTION

The problem appears to be that the Contacto, Last_Courses, and Last_Payment columns have Editable? set to OFF.

If Editable? is set to OFF, a column value cannot change under any circumstances. In effect, Editable? set to OFF means read-only.

2X_a_a9e0f270fb548dc0907fc36d17762f519a4d95d1.png

If you just want to prevent the app user from modifying a column value, but want the app itself to modify the value (as appears to be your case), instead set Editable? to the expression, FALSE.

2X_d_ddc029ea2006a3f784263dde797bd6fd46754cc4.png

View solution in original post

11 REPLIES 11
Top Labels in this Space