Checkbox column doesn't appear when listing rows

I use a python script to send me an e-mail everyday with informations about certains rows.

I have a checkbox collumn in which I check the rows already done so the script don’t send me informations about them. But if with an api call ( the base.list_rows method for example) I try to list the rows without ever checking that collumn, she won’t appears in the rows attributes. It will be available once I check it and uncheck it.

It’s more an API problem than Scripts I guess, I’m changing the category.

Hi @YaourtSama.

No, it’s a special thing of SeaTable. In the json result you have to check explicitly for the existing column or false value. It will show up with a value after you’ve set it the first time.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.