How to use list_pop?
问题 This is related to the Zapier Python code. Has anyone been successful using the pop_list() function as part of the StoreClient library? I'm stuck on this simple program. Basically i'm trying to remove the first item in my list that is stored in MyList.get('MyIDList') Any help is greatly appreciated. Below is my code. Note if I remove the 2nd line, it'll work fine. My list is certainly not empty. MyList= StoreClient('STSecretKey') MyList.list_pop('MyIDList', location='head') return {'FirstItem