You need to sign in to do that
Don't have an account?
Flow Variables
I am looking for create a flow resource that pulls in the Comments field from the task object. Do I create this variable from the SObject variable? How can I isolate 'Comments'?
I have a similar scenario where I also want to create a variable for the Account ID of the Account 'Related to' on the task object.
The task will have the custom button that launches the flow.
thanks!
I have a similar scenario where I also want to create a variable for the Account ID of the Account 'Related to' on the task object.
The task will have the custom button that launches the flow.
thanks!
Also, why does the flow look visually different from the rest of salesforce? Is there design work that needs to be part of the flow development?
Sorry for all of the questions, I'm new to Flows entirely.
Can you please describe where the user is clicking the button that has the flow embedded in it?
You can pass variables from the current record you are on from the VisualForce page that you have this button launching. You need to create variables in your Flow and then pass them into the flow via the VisualForce page. Here is an example of a VisualForce page with a Flow embedded that is passing the Id of the current record into the flow.