@InvocableVariable Example in Salesforce Flow
@InvocableVariable in Apex is used when Flow invokes or calls the Apex Class and method. Apex Class: global class FlowController { @InvocableMethod( label='Show Outputs' description='Getting multiple values' ) global static ....