mutation_query = f"“”
mutation {{
change_multiple_column_values(
board_id: “{board_id}”,
column_values: ‘{{“{column_id}”:“{column_value}”, “ids”: {json.dumps(item_ids)}}}’
) {{
id
}}
}}
“”"
Reply
Login to monday.com
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.