
I have created new screens and fields to go along with it but I am wondering if there is a way to reference SFDC fields within the flow or if they remain completely seperate.
I would also like to create an activity when a step in the flow has been completed but I'm not sure how to do that either.
3 Antworten
You can use a RecordLookup flow element to find the record you want and map its fields to flow variables. If your flow is changing data, you can use a RecordUpdate flow element to save the data back into the SFDC record. Often, a record ID will be passed to the flow to get things started and you can use that for the first RecordLoookup,