In HTTP terms, Content-Type 'header' is used by the client application when it submits data to the server. That being said, one of the most used Content-Types is 'Multipart/Form-Data'. In a 'Multipart' HTTP request, each field to be sent has it's own Content-Type, file name, and data separated by a boundary from the other field(s). With 'Multipart/Form-Data' the … Continue reading Using Multipart/Form-Data in a Power Automate or Logic Apps HTTP Action
Month: April 2022
Nintex Forms Online to PDF Conversion using Power Automate
In this post, I’ll show how to create a simple List, Nintex Form, and associate a Power Automate(Flow) to convert the form to PDF once the Form is submitted.