I have flow that should "flow" when an opportunity product is added to an opportunity, but not when the product is added via the "quote Sync" feature.
Is there a way to detect what the origin was of the "create object" trigger?
#flow2 respostas
If you have added quote line items on the quote all these line items (QuoteLineItem) are copied to opportunity line items ( OpportunityLineItem) by the sync process.
So it creates new objects on the opportunity.
Basically this is the beauty of the whole syncing process between Quotes and opportunities.