Rare problem with airtable

Something strange that began to happen to me today with Airtable I have around 650 records, but when I do Get Row I only get a response up to the number 100 if I put 101 or another above, neither CODE nor VALUE responds. What could be happening?

image

Do not use row number… API limit is 100 items… Instead you call the while data by using getAllRow method… If you want selective data try to usr api query method

I never use GotRow, I have a concatenated column and I read the data with GetColumn and then deal with that data, but now you need to do a SetCell but it doesn’t allow me beyond record 100

@Still-learning Sorry, SetCell does work. I already found the way, thanks, I didn’t know about that limitation, that’s why it seemed strange to me.

1 Like