Hi All,
I am trying to figure out how to accomplish my task. I have created a flow when starts at a custom object and has child objects.
I have basically made the screen flow to go through the main object , receive updates, have them check child objects. I am able to present the preview of the docgen package, but the package is showing all records.
I starting from the parent. I want to select child records and pass those records to the docgen package. Currently I only see where you can select the 1 record
but in the apex action you can send either the record ID or record IDS , if you include both you get an error.
I do have record id, contact id, records ids to feed to the doc gen package but do not know how to specify those to the package.
My goal is to produce a pdf that will be emailed to the contact id. where I can filter the table below with selected rows. Also the total amount is off… Is the only way to do this is by excel or can I use word to sum the total price column.