We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.
I am trying to send value to the Script column (attaching a screenshot to confirm the column type, which I am assuming to be text.)
Script
text
On running the following commands:
column_values = {'Script': 'https://docs.google.com/document/d/DUMM/edit'} new_item_with_values = board_by_id.add_item(item_name='New Item With Text Value', column_values=column_values)
I see an entry like such:
Not sure what is wrong here. Any suggestions?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi.
I am trying to send value to the

Script
column (attaching a screenshot to confirm the column type, which I am assuming to betext
.)On running the following commands:
I see an entry like such:

Not sure what is wrong here. Any suggestions?
The text was updated successfully, but these errors were encountered: