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...
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...
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...
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...
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...
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...