Owner of NetValue Technology. Find us at netvaluetech.com We offer integration implementation and support services for NetSuite, Shopify, 3PL and SalesForce integrations.
This was super helpful. You saved me from hunting through stack overflow. I added a nested replace function to change <br> tags to spaces. This improved readability of the output. {{{regexReplace ...
Sounds like in the subsequent lookup you'd want to take advantage of the One to Many option. Your one to many target would be EstimateLineItems and then the lookup would run for each of those array...
Not saying this will work... but you could try the Join helper. {{join " " "Token" http.connection.encrypted.token}} I'm not sure if the connection token is available in that context or not. That...
Not sure what this means. I would like to see timeouts for flows implemented. Flows sometimes get stuck in-progress and it's usually not found until some critical business data is wrong or missing.
Hey Everyone, Building a custom one to many NetSuite to Shopify inventory update is still sitting on my pile of good ideas. The client that spurred me to think about this didn't wind up needing i...
Thanks for the comments. One of my customers already has a custom celigo flow to handle this. I may create something similar that leverages the item map and can update multiple variants in shopify....
Tom's advice is solid and you may also want to check if you have one long running import that's causing the issue. If that's the case, you can make a new connection manually and assign it to the o...
Hey There, I was able to get this working!! I created an app in my HubSpot developer account and then I used the basic HTTP connector's OAuth 2.0 flow to install the app into the HubSpot Account. ...
This is pretty messy. You mix shipping and billing address in the example above. Also, you should indicate that these BillingAddress1, 2, 3 fields do not appear as available fields to select. Co...
Hey Ross! I've done some retry loops but not with same detail as you. One idea I had was if you take your ExportRequestID and drop it into a file someplace. You would have a second second flow tha...