I’ve run into a problem with my app, where I update items on multiple boards using change_multiple_column_values
mutation.
My query is working, apart from some boards / items, where I get UserUnauthorizedException - though I am able to access the board in question and edit items on it by hand. This error is also thrown when using token of someone with admin rights.
I am a programmer and not an avid Monday user myself, so maybe I am missing something obvious, like a setting on a certain item or column? How would I check that? What else should I check?