In Block 1, I am calling data from Airtable based on a certain condition(Is Open). If condition is met, using Any Component Label, I display data in a Column. I also display a Switch against every Label only if the the Status property in Airtable is blank.
In Block 2, If a Switch value is changed, I disable the Switch.
In Block 3, if Switch is disabled, I change the Status property in Airtable to Done else I leave it blank.
It would be really helpful if anyone can help me identify whats wrong or can there be any other way to do this.
Its Yes and No both. I had tried doing some experiment like changing the button text when the IF condition is met. It worked. However, nothing happens for Airtable block. Apart from Airtable, I had also tried Realtime DB, and List Viewer along with a Cloud variable. But none of them works. Can you help plz.
Why not use a custom data viewer list. DVL will save the row ID and use it as its index so you can make use of it.
Another one is to use the label or any other component not showing in your list but saves the row ID the time you loop through the records. This way you will have the row ID to point to the record to be updated.