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
kavya mareedukavya mareedu 

Hello!! It's all about flows

From the toolbox, drag the Apex Action element onto the canvas.
For Apex Action, enter BankService and select BankService_addAccount.
For Label, use Add Employee Record.
Under Set Input Values, select to include accountName and accountType. For accountName, enter Name and select Name_on_Account. For accountType, enter Type and select Account_Type.
Select Set Output Values.
For accountDetails_type_201, click New Resource to create a variable with these properties.
Resource Type: Variable.
API Name: accountTypeField
Data Type: Record
Object: User
Availability Outside the Flow: Available for output
Click Done.
For accountDetails_type_201, enter account, click > next to the accountTypeField variable you created, and selectAccount_Type__c. This way, when the Apex action finishes, the flow stores the value of accountDetails_type_201 in a specific field on the accountTypeField variable.
Click Done.

Soon after dragging the ApexAction into the canvas I am not able to find BankService. Why is this like this???

Help me I am stuck here still not able to figure out