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
Nagaraju Mogili 25Nagaraju Mogili 25 

how many apex methods we can call in process builder using @invocable Method

Raj VakatiRaj Vakati

Only one method in a class can have the InvocableMethod annotation.SO you can call only one

Other annotations can’t be used with the InvocableMethod annotation.

..