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
imrohitimrohit 

hello developer please help me on this

I have screen flow with some input elements and after putting values in those input fields I want to call a trigger and want to get thsoe inputed values in my trigger so how can I do this can anyone help
Thanks in advance
SandhyaSandhya (Salesforce Developers) 
Hi,

When you create or update any record in the flow, trigger will be called automatically for your mentioned DML operations and you can take the values from there.As far as I know you can call apex class from flow.

https://help.salesforce.com/articleView?id=vpm_designer_elements_apex.htm&type=5
 
Best Regards,
Sandhya