How to convert XML File to PDF By using Workday Intergration ?

Hi guys ,

I got one requirement , Actually one invoice approved by Billing Manger one xml file generated it’s store in workday folder .

Now i need to convert same xml file to PDF by using api , they provide one External Location URL.

Actually, we send this xml file to External Location, they will generate to pdf twice a day.

Again that pdf store in my documents

Please tell me how to achieve this

Thak you

@kirti Parse the xml file to clipboard and map the field to section as per the PDF UI format. Then convert the section to PDF file using HTMLtoPDF activity.