Tyler Lamparter Correct. I initially wanted to find a way to keep the double quotes and after multiple unsuccessful attempts I decided to remove the double quotes with regex replace but I'm unabl...
Tyler Lamparter Sorry, I should have explained that better. I'm having issues escaping double quotes. I tried regex replace: "{{regexReplace record.data.[0].attributes.about_this_item '' '\"'}}" bu...
Hi, I am having an issue escaping quotes. I've tried regexReplace with no solution. https://docs.celigo.com/hc/en-us/community/posts/360071985972-FAQ-Can-I-escape-double-quotes-from-a-string-passe...
I have multiple different scheduled imports going into Plytix mostly around 2 to 8 am from multiple vendors. I have a delta flow to handle these changes. They're usually 120k records and the page s...
Good Morning, I'm new to using multipart/form-data. I'm trying to do a PUT request to replace asset content. I did a POST request to retrieve the SKU's from Plytix. I then made a get request to Or...
Tyler Lamparter Thanks for the quick reply! The only error I'm receiving is "Connection to remote server is closed. [read ECONNRESET]" and It's being Auto-resolved. As for the concurrency it is not...
Tyler Lamparter Correct I Do.
Tyler Lamparter Debug mode presented the issue: connection being throttled. How would I go about setting up the: Path to rate-limit error field in HTTP response body? 2024-03-04T14:24:51.745Z 4...
Tyler Lamparter Thanks for the quick response. I have auto-resolve enabled. The errors are auto-resolving but they are missing the records and only update once I rerun the flow. I haven't tried deb...
I have a flow set up to update the inventory on Shopify using GraphQL. it works but one problem I'm running into is "Connection to remote server is closed. [read ECONNRESET]". When this error occur...