ServiceNow/PySNC

AttributeError: 'NoneType' object has no attribute '_put'

Closed this issue · 1 comments

When using record = gr.pop_record() to extract and item, if I try to modify it and then update it record.update(), it fails with

AttributeError: 'NoneType' object has no attribute '_put'

Thanks ! 👏