Hi,
i have project id' in drop down and when user select project id and click on button i am generating pdf(create pdf from url method, passing id to custom form for project details ).
once pdf generated, i am loading same pdf to attachment control(hidden control) on same form.
In email activity i am taking pdf from attachment control and sending to respective person.
Now requirement is changed, user will select multiple project id, and all pdf needs to be generate for selected id's and sent all pdf in single email.
is any one having idea how to achive this?