Posts

Showing posts from August, 2023

How To Use Patch Function In Power APPS

Image
How to use patch() in power apps????? In this blog we will see how we can use Patch function in Power Apps. Function: Patch('Data Source',Defaults(Data Source'), ' Field1' : DataCardValue . Text , 'Field2' : DataCardValue.Text});

How To Create Custom Business Central API For Used In Power Apps

Image
  In this blog we will see how we can add our custom Business Central API in Power Apps. In the below scenario, i have create one custom table and custom page in vs code. Step-(1)  Create a new table in vs code called Category Step-(2)   Create new API page in vs code to publish API - I have created Categories API page to publish and add them to power apps Now, you have to publish your code successfully.  After publish the code, same API show into the power Apps. Output:  You have to see like this in Power App First you have to select your connector, then select the data set, after selecting dataset select the table and click on connect. When click on Connect, you have to connect you power App with Category table successfully. Hope this will help you: Thanks for Reading !!!