Hi,
I am having a problem and hopefully someone could help me. I thought I knew the simplest things about airtable, but I realized I am not. I can read data from airtable, even images and so on… But there is something I can’t make it work.
The idea is the following: I want to create an application for teaching. One thing I want to do is that the student can make some back up in the server (airtable). Therefore, I tried to save data in a column for that student (one particular cell) but I am not able to do so.
As a testing purpose, I tried the following: I read all the columns with “name” in it, and find the row with a student’s name. It works. Then I store this position (row number for that student) in a variable (let’s say that student’s position is row #3). It works. Then I read one column from that student (so whatever column X from row #3) using GetCell. It works. Then I tried to change a column for that student (so whatever column Y from row #3) using SetCell. It doesn’t work. Does anyone know why?
I copy the corresponding block section, as well as the error I get.
By the way, yes, I can make a workaround by deleting that row and creating a new one with all the fields (I know how to do that and it works). But I find myself stupid doing so, and not what I consider it is more straightforward: replacing one specific cell. What am I doing wrong? Why I can read a cell but not write?
Thanks in advance.
EDIT: Just in case, yes, I double checked that “Corazones” exist and there is no typo in it