function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ann21Ann21 

create flow that generates opportunity with product

Hi,

I need to create a flow for the following:

I have a custom object 'Message Transaction Log' related to the Opportunity. When a record is added to this object I need to automatically generate an Opportunity out of it, and add a Product(which can be only of 2 types: SMS or WhatsApp) to this Opportunity based on the info from the related MTL record.

User-added image
Further I need the flow to take the price for the products from a Custom Metadata Type.

The question is, what do I need to add to the flow in order to accomplish this?

Thanks!