How to save Microsoft Forms Responses with Attachments to SharePoint Lists
SharePoint...
SharePoint...
Introduction Step – 1 :- On Power Automate, first, we will add a trigger that will trigger the flow manually from instant cloud flow. Also, we will add the date as an input type where the user can insert a random date. Step-2:- Then we will add the action “Convert time zone“. In ...
Take Backup Of Dynamics 365: In this blog, we will show how to take backup of the dataverse environment.Follow the below steps to take backup of the environment First go to the admin.powerplatform.com Select the required Environment to take the backup. For example, I am taking backup of th...
JavaScript: In this blog, we will see the most used javascript codes used in the dynamics 365 Set a field’s value based on another field’s value function calculateTotal(e) { var formContext = e.getFormContext(); var quantity = formContext.getAttribute(“new_quant...
JavaScript: In this blog, we will see how to calculate fields and set values using the JavaScript in dynamics 365. I have create 3 whole number fields Fee 1 Fee 2 Total(to show the result) and by default i make the total field as read only. Change the code based on your requirements functi...
SharePoint Lists: In this article, we will explore the process of retrieving a Microsoft Forms response that includes an attachment and saving it directly to a SharePoint list. It includes the following steps: Create your Microsoft Form to collect responses.Set up a SharePoint list where y...
once click on a button automatically manual file: If you want to set download option in your portal website follow the below steps: Step-1:Firstly,Open portal management app. Step-2:Next,click on “+New” option. Then Enter your Details like the below page. Next save the file t...
Using Edit Ic0n: If you want to Edit Records By using Edit Icon follow the below steps: Step-1:First open the Screen, Where you want to Edit records by using Edit Icon. Step-2:Next add edit icon on to the gallery. […]...
Alert Message: If you want to display Incorrect password Alert! Incase you will enter Wrong password follow the below steps: 1.First you have to open login Page, Then click on login button. 2.Paste the below code on to the button. If(Password.Text=”Uma54366″,Navigate(‘Wel...