I have a run code problem in a flow.
The run code action maps an order before it is pushed to an extern system
If I include this in my graphql input:
discountApplications {
targetType
value {
... on PricingPercentageValue {
percentage
}
}
# This cast will break the load of all limeItems
... on AutomaticDiscountApplication {
title
}
}
Then only one of the order lines are returned from this section:
Do you have a workflow run link that you could DM Paul or I with? Looking for a workflow run that returned fewer line items than you were expecting. Thank you!
By the way, in the Run Code “Define Inputs” entry, it includes “fragment” in the auto-suggestions. Which makes one think that it supports fragments. Maybe that should be removed as a suggestion. See below:
By the way, in the Run Code “Define Inputs” entry, it includes “fragment”
in the auto-suggestions. Which makes one think that it supports fragments.
Maybe that should be removed as a suggestion. See below: