Hello,
I would like to modify some information for an editable PDF with information that I have in a data base, and then, send the PDF to the email that is contained into the data base. I need to do this with multiple records. Do someone knows how to do it?
For example, I have an excel with Name and email fields, and I need to modify the name into the PDF and then send it to the email reported.
I hope you can help me, thanks in advance (:
You can't modify existing pdfs with Alteryx. You can only create new ones. If you're familiar with Python, there's an example here. You can use Alteryx to query the list of values to fill and pass these to a Python tool to do the actual filling.
Dan