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
Surya.236Surya.236 

Cannot find my apex controller with @InvokableMethod annotaion in Flows.

@InvokableMethod action are not visible in Flow. please Help.
 i tried with suggestions by Mohith and Ali Below link.

https://success.salesforce.com/answers?id=9063A000000pyHMQAY#!/feedtype=SINGLE_QUESTION_DETAIL&dc=Configuration_Data_Management&criteria=OPENQUESTIONS&id=9063A000000pz2OQAQ

 please Help
Danish HodaDanish Hoda
Hi Surya,
Please try searching for the name of the method, not the label.

For instance, If your method is - 
@InvocableMethod(label='Get Names' description='Returns') public static List<String> flowdata(List<string> countries){ return null; }

try searching for flowdata, not Get Names