Hello Friends,
Welcome back with another post on PowerApps. In last post we were discussing about creating pagination in PowerApps. You may visit my last post by clicking on below link-
We have successfully fetched first record, last record and fetched all records from SharePoint list. Now we will create Welcome Screen.
- Click on Home >> New Screen >> Blank Screen. Give name "ScreenWelcome".
- Click on Home >> New Screen >> Blank Screen. Give name "ScreenGridView".
- Click on Home >> New Screen >> Blank Screen. Give name "ScreenTableView".
- Click on Home >> New Screen >> Blank Screen. Give name "ScreenGridViewNum".
- Now click on ScreenWelcome and add 3 buttons.
-
- Now choose the "OnSelect" property of btnGridLayout and add below code
Navigate(ScreenGridView,None);
- Now choose the "OnSelect" property of btnTableLayout and add below code
Navigate(ScreenTableView,ScreenTransition.CoverRight)
- Now choose the "OnSelect" property of btnGridLayoutNum and add below code
Navigate(ScreenGridViewNum,None);
- This way we have created the first screen from which we will control the navigation to rest screens.
- In next post, we will create the first major screen where we will implement pagination (Previous/Next) on Gallery.
With this, I am concluding this post.
Happy Coding !!!
Will see you again with some new topics.
Stay Safe !
Stay Healthy !
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.