Skip to main content

Code (PyThon) - variable for query looks like this


vars = {"myItemName": "testing","columnVals": json.dumps({"link": {"url":"wwww.google.com","text":"google.com"},"people1":"14123922,12472244","timeline":"2020-11-19-2020-11-29"}),}

timeline is of type “timerange”.


What am I doing wrong here?

Hey @tuesdayman,


For the timeline column, you’ll want to follow the ‘from’ and ‘to’ syntax as detailed in our documentation.


-Daniel