Good Morning, I'm seeking help. I'm trying to create a flow that clones an order and the order products. I am successful at creating the order, but the order products are empty. Any help would be awesome.
7 comentarios
Okay so in the Get Records you need to use a similar setup to what I did. You'll get all Records of the Order Product (vs. Oppty Product) object where the OrderId (vs. OpptyId) equals $Record.Id - since the record that started your flow is the Order. In my case, I needed to Get the Opportunity first so I used the Oppty from my Get records. Hope this helps!