create a canvas app, retrieve all account details and show in the galary.
Create a canvas app, retrieve all account details and show in the galary.
Step 1: First Of all go to power app and click on create canvas apps and select blank screen and name the screen as Account Navigation
Step 2: In the blank screen insert rectangle and label then name the label
Step 3: Add Rectangle and inside the rectangle add Icon and label For it
Step 4: Create a Screen and rename the Screen as My accounts now go back to previous Screen (Account Navigation)
Step 5 : After going to the Account Navigation screen Click on icon which was Created go to advance settings in the right side there action will be under action first option as on Select In side the check box give this fx Formula as Navigate(' My Accounts',ScreenTransition.CoverRight) and save
Step 6 : Go to My accounts Screen which is blank and add vertical galary and select account as data source
Step 7 : Add Icon (Back Icon) and On select fx formula as Navigate('Accounts Navigate',ScreenTransition.CoverRight)
Step 8 : Create new screen In the blank screen insert rectangle and label then name the text and name it as Details of account
Step 9 : Add Icon (Back Icon) and On select fx formula as Navigate('Details of account',ScreenTransition.CoverRight)
Step 10: Click on Insert icon and from the drop down select edit form option
Step 11: Now insert the data source inside the edit form for this in right side Properties tab in data source select account then fields for a particular account will be displayed
Step 12: To get Specific account details when we select particular account in My accounts screen
Click On the account name On select fx formula as Select(NextArrow2)
Step 13: Or if we click on next arrow of specific account then On select fx formula as Navigate('Details Of Account',ScreenTransition.CoverRight) then it will navigate the Details of account and shows the particular details of specific account.
.png)
.png)
.png)
.png)
.png)
.png)
.png)
.png)
Comments
Post a Comment