I’m working on a back end process through the Flow app to add an item to customer’s orders when they purchase certain items. I’ve successfully created the Flow but an I need help with an issue. I want to be able to add a quantity based upon how much of a certain item is ordered.
For example, if a customer purchases two of product x then I want the flow to add two of product y. Currently the flow sees the purchase of product x but only assigns one, as is indicated in the flow.
Current flow path is the following:
- Trigger: Order created
- Check if: item is on order
- Then action: add order line item
- Then action: add order tag
I couldn’t find anything about being able to add dynamic scripting in the add order line item quantity field. Any help would be appreciated!