Hi
I have a complex app with different screens connected to differnet APIs and a Airtable DB with 3-4 tables. Untill now everuthing was working correctly but apparently im now having issues setting cell values on different tables.
For exmaple, in this piece if code based im setting a cell on a table (handicap) and based on some conditions i would update some cells in a nother table (Airtable1 on function actualizaNumTarjetas.
The wierd thing is that the actualizaNumTarjetas is not executing (no values are being updated) and it also seems its exiting the whole function where its called from and the app keeps running as nothing happened.
I also see the log im creating in actualizaNumTarjetas (the setCell in columnName Tarjeta11) is not updating the cell.
Is anyone getting similar behaviour?