Zapier Action Code: Python Input_data[] Stripping Nulls From List
I have been trying to create custom code for Zapier using Python. The code pulls in two lists from a Magento 2 invoice. They are details from the line items, we use the data to up
Solution 1:
According to a March 2019 answer by a Zapier dev, the way inputs are coerced into strings is fixed, and there were no plans to resolve this issue.
One suggested workaround was:
the best thing to do is make a little CLI app that replicates the twitter action. Then you can set the output to be a json string and we won't touch it. I've done this in a couple of places and it works great (outside the added burden of having to interface with twitter yourself when we should take care of that for you)
This does defeat half the purpose of using Zapier though.
Post a Comment for "Zapier Action Code: Python Input_data[] Stripping Nulls From List"