I have created a editable gallery and the add a new row button works fine, however it adds the new row to the bottom of the gallery list. I would like to make it appear on the top of the list. Is there a way to do this?
Thank you
new row on bottom. Want to move it to the top.
Solved! Go to Solution.
@Teacher-Hartman, So the data source was SharePoint. We used the SortByColumns function and the "Date of Experience" and "ID" columns to sort descendingly. We also created a Popup message box for user to enter the data of experience before we run the Patch function to create new record in the SharePoint List.
If my reply helped you, please give a 👍 , & if it solved your issue, please 👍 & Accept it as the Solution to help other community members find it more. I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends. Visit my Blog: www.powerplatformplace.com
|
Hello, @Teacher-Hartman, use the SortByColumns(datasource, CreatedOnColumnName, Descending) in the Gallery Items property.
If my reply helped you, please give a 👍 , & if it solved your issue, please 👍 & Accept it as the Solution to help other community members find it more. I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends. Visit my Blog: www.powerplatformplace.com
|
In the gallery items property I already have this to sort the entered experiences with the most recent on top.
Should I had what you suggested after it? Also, I am a little lost as to what I should substitute for createdonColumnNmae. Is that the button name?
Thank you!
it is a date picker.
yes I can. When are you available?
@Teacher-Hartman, So the data source was SharePoint. We used the SortByColumns function and the "Date of Experience" and "ID" columns to sort descendingly. We also created a Popup message box for user to enter the data of experience before we run the Patch function to create new record in the SharePoint List.
If my reply helped you, please give a 👍 , & if it solved your issue, please 👍 & Accept it as the Solution to help other community members find it more. I am primarily available on weekdays from 6-10 PM CT and 5-10 PM CT on weekends. Visit my Blog: www.powerplatformplace.com
|
Thank you so much for the help. It works like a charm!
User | Count |
---|---|
255 | |
114 | |
95 | |
48 | |
38 |