Posts

Search Application using power automate with canvas app.

Image
  In this Power Apps Tutorial, We will discuss how to get data from Dynamic 365 using MS Flow. it’s syntax, how to use the Power automate and return data to canvas app. We will also see how to search button with work do display items from the Data vase Account Entity using the Power automate   to canvas app. Step  1 : We will Create MS Flow to get data from dynamic 365 account entity and send response to canvas app. Navigate to https://make.powerapps.com/ Once above link opened please click on flows from left navigate and click on new flow. Give Flow name based on requirement and select PowerApps. Next steps to create two variables Name, City because our application will search based these two inputs. Please select  list rows as next step in power app where we need to select our entity (Ex: Account entity) and click on show advanced options to write Fetch XML what we have download from advance find from CRM. We can get the counts of records, create...

PowerApps Search Function + How to use with example

Image
In this Power Apps Tutorial, We will discuss what is the  PowerApps Search function , it’s syntax, how to use the Power Apps search function in a canvas app. We will see how to apply a search box in PowerApps. We will also see how to search for items from the Data vase Account Entity using the PowerApps search function. Also, We will see how to use the Search function in a Vertical  Gallery Control  and how can you do multiple searches. Please fellow below screens. Click on Create app  à Give app name based on your requirement and click on Create Rename first screen as main screen it will be easy to understand. Step-1: First of all, On your PowerApps Screen, Add a Blank Vertical Gallery Control (Insert -> Gallery -> Vertical). Then connect a  Data Source  as  Account  (As my records are present in Account Entity ) as shown below. Step-3: In the below screenshot, you can see all the records are retrieved from the Account entit...

Open canvas app with Customize the command bar using command designer

Image
  This topic guides you through creating and editing modern commands using the command designer and Power Fx. Create a new model-driven app using modern app designer 1.      Sign into  Power Apps 2.      On the left navigation pane, select  Solutions  and then open or create a solution to contain the new model-driven app. 3.      Select  New  >  App  >  Model-driven app 4.      Select  Modern app designer , and then select  Create .    Enter a  Name  for your app, and then select  Create . More information:  Create a model-driven app that has an account table page 1.      On the left navigation pane, select  Solutions , and then open the solution containing the existing model-driven app. 2.      Select the model-driven app, and then select --  >  Edit ...

CRUD Operation from Power Portal using Web API Methods

Image
  Introduction In this article, we are going to discuss to crud operation in dynamic  365 portals using web API. We are going to cover: What is power portal ? How to create portal? How to perform crud operation in power portal using web API. What are portals: Portals are websites that you can customize to give your customers, partners and employees a tailored experience. Portals are integrated into Dynamics 365 for Customer Engagement so you can display data from the module directly on the portal. How to create portal? 1.         Logging to https://make.powerapps.com/ 2.         Navigate on Apps à New app à click ok portal 1.         Please enter required name and address of portal to be created and click on create.  It will take few minutes of time to create portal. How to perform crud operation in power portal using web API. 1.       Once power portal is create navigate to po...