Has anyone else run into this? It looks like the Square “Create Order” action in Lindy isn’t handling the lineItems field correctly. Even when I pass a properly formatted JSON array that matches Square’s API documentation for OrderLineItem objects (with quantity, name, and base_price_money), the action returns an error saying it expected an array but received something else.
It seems like Lindy might be stringifying or otherwise transforming the array before sending it to Square’s API, since the same payload works fine when tested directly against Square’s endpoint. Has anyone found a way to get this working, or know if it’s a current issue with the Square integration?
If anyone has experience with getting the square actions to work let me know! Would love help solving this.