Jake Naydock
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
Activity overview
Latest activity by Jake Naydock-
Jake Naydock commented,
Hi Courtney Jordan, No problem! Do you know why certain things will work in the Dev playground, but not in the flow itself? I was surprised to see that my regex worked when testing, but ended up ha...
-
Jake Naydock commented,
Note that the above also did not work in the flow (resulted in invalid quantifier "?"), but it worked in the dev playground . For anyone else wondering, the reason that this error occurs is because...
-
Jake Naydock commented,
Merik Ducker Thank you for this workaround and explanation!! I ran into the same issue, and was able to get around it with your method. You just saved me a ton of time. For anyone else wondering, t...
-
Jake Naydock commented,
I found a workaround to this problem - I was able to use regex to grab the first half of the SKU before the space, regex to grab the second half between the space and "-FBA", and join them together...
-
Jake Naydock created a post,
Two different RegEx replacements in one handlebar?
Hello, Our Amazon Integration App needs to look up the item SKU in Amazon before importing the order. We have different naming conventions in this Amazon, so I need to use RegEx on the returned res...
-
Jake Naydock created a post,
Compare Handlebar - Looping Through Items List
This pertains to the Magento 2 - NetSuite integration, Order Import Flow. I'm having trouble with a handlebar, in which I'm checking for the presence of 3 different items to determine whether or no...