Posts

Showing posts from February, 2021

Month Picker in Power Apps

Image
For the enabling month picker in PowerApps. There is no direct option in Powerapps. We need to do a workaround procedure for a month picker. This month Picker is a custom build. With the help of SharePoint List, we can get the month picker working, Proceed with the following steps   Step 1: Create a Sharepoint list with the columns month in Letters and in numerics. Refer to the following pic: Create a new list in a SharePoint  with column title and number  with single line text data type Step 2:Inside a power app Create a gallery with the data source as the month picker SharePoint List Step3: Wrap the gallery with 3 columns and adjust the rows as per the requirement NOTE: Create a gallery with a Vertical view and with a wrap count of 3. Adjust the gallery as per your requirement  Add the List that you created the month picker in the data source of the gallery. Inside the ITEMS dialog box use the following formula. SortByColumns(Month_Picker,"ID",Ascending)                  To