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
Jonathan Wolff 7Jonathan Wolff 7 

Flow in account object to select values and put them into pdf which is stored in files

Hello, I have a quite complicated requirement. I already did some research on it. I want to put a flow component in accounts. In the first screen I do have the field Kontaktprotokoll__c. After that I want to put a apex class in the flow, that creates a apex that displays the input in Kontaktprotokoll__c as the content of a pdf. In the end I want the pdf to be saved in files of the account where it was started.

Could you give me a code sample of the apex class how it should be?

Greetings
Jonathan