{
"error_message": "Columns mapping is not in the expected format",
"error_code": "GraphqlGeneralError",
"error_data": {},
"status_code": 200,
"account_id": 20770082
}
Why do I get this error? Did I set up the column mapping incorrectly?
I would appreciate it if someone could help me with my problem?
Thank you,
Are you sure you have columns with those exact IDs both in your source board and in the target board? If you don’t have the columns with the specified IDs, then this will not work.
Thank you for your reply.
Sure, I have columns with those exact IDs both in my source board and in the target board, but it didnt work.
I look forward to your response.
Thanks.
Would you be able to please fill this form adding as much information as possible to it (such as account ID, board IDs, item IDs, timestamps, etc.) so that our team can take a look into it?
Something you have to remember is you must list EVERY column of the source board, even the ones you’re not copying. The ones you are not copying over should have null as the target column. EXCEPT for any formula, mirror, and connect board columns (and possibly dependency as well). You’ll want to confirm through testing which types you have to leave out.
Connect boards seem to map based on column titles being identical between the boards as well as the connected boards also being identical. Whether specified by you in the mutation or not. IF the titles and connected boards match, it will copy the item linkage over.
@codyfrisch
Thanks for your reply,
Of course, I listed all columns from the source board, and set the target column as null, but the result was the same before. @Matias.Monday
Sorry for the blank reply.
Could you please show me an exmaple for move item mutation?
I am using JacaScript.
I look forward to your response.
Thanks.
Hi, I’m experiencing this exact error. My move_item_to_board was working flawlessly until a few days ago then suddenly stopped and started telling me that my group_id isn’t correct.
Hello there @tomaz309 and welcome to the community!
Would you be able to please fill this form adding as much information as possible to it (such as account ID, board IDs, item IDs, timestamps, etc.) so that our team can take a look into it?
Matias replied to someone else and said they had a formula column in there, so I thought you were referring to their mutation! You are correct that you do not have a formula column.
I replicated your board structure on my test board and ran the following mutation without any errors in the playground. When I copy and pasted the query you sent, I got the same error you did.
I would suggest using this one, verifying your column IDs on both the target and source board, and making sure you have the correct board and item ID.
If you still have issues, please open a support request for the fastest resolution. They have extra permissions that enable them to access account and board data and make it easier to resolve your query.
@rachelatmonday I’m wondering in the same vein as formula columns - what about all of the other read only column types? auto ID, item ID, progress, mirror, etc.