Posts

Showing posts with the label Office365

Upload file to SharePoint using MS Flow endpoint

Image
In my previous article we saw  how to Upload attachment to SharePoint list item using Microsoft Flow , as  a continuation will upload attachment using JavaScript(ajax) with MSFlow endpoint. First, Open your flow and copy the endpoint url from 'HTTP request trigger'. Append listname & itemid  in the URL Finally, Test it Detailed steps Trigger MSFlow to upload document using ajax Check out previous  series  for reference.  I recommend reading the  PowerApps scratch development series ,  Azure Function integration with PowerApps  and  What is Microsoft Flow . -Ratsub

What is Microsoft Flow

Image
Being a Microsoft fan, I always wonder how cloud based solution could help business/companies to gain more with good ROI. Microsoft has proved in many ways by providing tons SaaS services to name a few Office 365, Groups, Delve, Powerapps... Lot’s more. Microsoft Flow is one among the list where my interest flows recently... What is Flow? Microsoft Flow is a cloud-based service that makes it practical and simple for line-of-business users to build workflows that automate time-consuming business tasks and processes across applications and services. In detail : Flow as a service it can connect to various cloud based services including Non-Microsoft product and enabling end-users to create business centric workflows with simpler steps and conditions. Its gives a step-by-step visualization of various Services. Let’s deep dive in to the terms in Flow Connectors : It is an encapsulated bridge to hold the authorization from flow end to respective services. Triggers : T

Develop Powerapps from the Scratch - Series3/3

Image
Hi All, Here again with the final series 3. You can check out my previous series to contextually understand this one. Develop Powerapps from the Scratch - Series1/3 Develop Powerapps from the Scratch – Series2/3 All Right let’s get STARTED Data source Product Title aka Review Title Review Description Rating Product 1 P1-Review 1 Long text… 5 Product 1 P1-Review 2 Long text… 4 Product 1 P1-Review 3 Long text… 2 Product 2 P2-Review 1 Long text… 4 Product 2 P2-Review 1 Long text… 1 Product 3 P3-Review 1 Long text… 5 Product 3 P3-Review 2 Long text… 1 Product 3 P3-Review 3 Long text… 3 Product 3 P3-Review 4 Long text… 5 View Review Screen Add a new screen and rename it to “screenViewReview” or you can “duplicate” the existing scr

Develop Powerapps from the Scratch - Series2/3

Image
Hi All, Here again with the Series 2. You can check out my previous series to contextually understand this one.  Alright let’s get STARTED Data source Product Title aka review Title Review Description Rating Product 1 P1-Review 1 Long text… 5 Product 1 P1-Review 2 Long text… 4 Product 1 P1-Review 3 Long text… 2 Product 2 P2-Review 1 Long text… 4 Product 2 P2-Review 1 Long text… 1 Product 3 P3-Review 1 Long text… 5 Product 3 P3-Review 2 Long text… 1 Product 3 P3-Review 3 Long text… 3 Product 3 P3-Review 4 Long text… 5 Update Data source Updated the SPList with the new column and value to support current series. Whenever modified we can refresh the data source explicitly Adding Interaction Add dropdown control from the ri