Hi Team
Since I work on metafields JSON received from Shopify, some of these JSONs can be pretty large. I am using Code (Python) by Pabbly to parse them and generate appropriate output. It is working well in most of the cases.
However, in one particular instance, this (Code Pabbly) failed. I am getting an error "unexpected character after line continuation character (<string>, line 3)" which is inside the JSON. I have double checked and this appears to be a valid JSON - it is anyway coming directly from Shopify. You can check webhook response D of the workflow mentioned below by me to investigate the same.
Please let me know if you need any other inputs to check this out.
Since I work on metafields JSON received from Shopify, some of these JSONs can be pretty large. I am using Code (Python) by Pabbly to parse them and generate appropriate output. It is working well in most of the cases.
However, in one particular instance, this (Code Pabbly) failed. I am getting an error "unexpected character after line continuation character (<string>, line 3)" which is inside the JSON. I have double checked and this appears to be a valid JSON - it is anyway coming directly from Shopify. You can check webhook response D of the workflow mentioned below by me to investigate the same.
Please let me know if you need any other inputs to check this out.