Closed nickg-52 closed 2 years ago
See docs here. https://pyairtable.readthedocs.io/en/latest/api.html#updating-records
Should be:
table.update('id', { 'col': 'value'})
@gtalarico for update we need id first how to exact get id from filed value lets say a id or name filed
Can someone help to address the issue around updating a table field value using table.update():
Code Attempt 1:
Table.update('recELQAmelax4291X', {"Hours Used": 40})
TypeError Traceback (most recent call last)