If an admin distributes a flow on an Account record page, how can the admin pass the account’s ID into the flow?

If an admin distributes a flow on an Account record page, how can the admin pass the account’s ID into the flow?
A . By checking ‘Available for input" checkbox.
B . By checking "Available for output" checkbox.
C . By using ‘Get Record’,
D . By selecting ‘Allow multiple values".

Answer:  A

Explanation:

When you create a variable in Flow Builder in Salesforce, there’s an option to set the variable as "Available for Input". This means that when the flow is run, it can accept input values from the place where it’s invoked.

If an admin distributes a flow on an Account record page, the Account Id can be passed into the flow by creating a variable in the flow for Account Id, and checking the "Available for input" checkbox. Then, when adding the flow to the Account record page using the Lightning App Builder, you will be able to select the Account Id field as the input value to pass into the flow.

This way, whenever the flow is invoked from an Account record page, it will receive that specific Account’s Id as an input variable.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments