How to call Salesforce Future methods from Process Builder?
To call Future methods from Process Builder, call the future method from the in-vocable method. Check the below code for reference. Sample Code: public class LightningProcessBuilder { @InvocableMethod public static ....