wibbler
Member
When Shopify orders come through to Pabbly, they come with a range of "Note Attributes" depending on what options the customer has requested.
As you see, each note has a Number (0,1,2,3...), along with a Name and Value.
However, the Number changes assignment with the Name/Value depending on what the customer has chosen.
For example, in the screenshot above Note Attributes 0 Name is "Gift Message", Note Attributes 1 Name is "Order Due Date" and Note Attributes 2 Name is "Order Due Time". But if the customer has not chosen a Gift Message in the order, Note Attributes 0 Name becomes "Order Due Date", Note Attributes 1 Name becomes "Order Due Time" etc.
I've tried to manage this by having a Router that captures several scenarios, but I can't capture them all and it is difficult to repeat and edit all the steps in all the router paths when I want to change something. Is there a better way to handle this?
As you see, each note has a Number (0,1,2,3...), along with a Name and Value.
However, the Number changes assignment with the Name/Value depending on what the customer has chosen.
For example, in the screenshot above Note Attributes 0 Name is "Gift Message", Note Attributes 1 Name is "Order Due Date" and Note Attributes 2 Name is "Order Due Time". But if the customer has not chosen a Gift Message in the order, Note Attributes 0 Name becomes "Order Due Date", Note Attributes 1 Name becomes "Order Due Time" etc.
I've tried to manage this by having a Router that captures several scenarios, but I can't capture them all and it is difficult to repeat and edit all the steps in all the router paths when I want to change something. Is there a better way to handle this?