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
Category: Uncategorized
PSPDFKit Viewer Component for Power Apps
When talking to one of our prospective customers, he inquired if we could provide a custom component using PCF that utilized a PDF Viewer in Canvas Apps which could support Annotation, Signatures, etc. With reference to his requirements, I spoke with my new colleagues at PSPDFKit and they had a PDF Viewer available which seemed … Continue reading PSPDFKit Viewer Component for Power Apps
Part 2 – Pass data from script to Power Automate
Now that we have understood the Basics of Excel Office Script, lets leverage Office Scripts in Power Automate . In this blog, we will see how we can return information from Excel File using Office Script to Power Automate workflow.
Part 1 – Basics of Excel Office Scripts
Excel is a powerful tool that has become the most well-established tool in business processes be it for analysing reports, budgeting, or organizing client sales lists. Excel Office Scripts in the web let you automate your day-to-day tasks (same time) by configuring\recording scripts and automating you day to day activities.