Aug 15 2022 03:12 PM - edited Aug 15 2022 03:13 PM
Hi -
I am rearranging the columns in the view item properties. I noticed that a couple columns from the list is not listed in the Columns yet others that were hidden from the list are listed.
1) How do I replace the Title column to ITRequestID column (it's not even listed!)?
2) Attachment column is not on the columns list - why? I need to move that up.
3) How do I get rid of the hidden columns below from the Columns/view?
Thank you,
Holly
Aug 15 2022 09:46 PM - edited Aug 15 2022 09:48 PM
In the list settings, Hidden columns would not be visible.
If you have using Modern UI then you can adjust columns in the view using below steps.
If you are using Classic UI then perform below steps
And what do you mean by replacing Title column by ITRequestID? I think it's not your custom column and you have renamed default ID column to "ITRequestID" column so in above both the option you will see this column in view setting to arrange the order of this column.
Hope it will helpful to you and if so then please like this answer and mark this as best response.
Aug 16 2022 09:09 AM
I think you misunderstood my issues.
What I was trying to say is this...
Some columns that are hidden in the list are still showing up in the Items Properties (List>>settings>>List settings>>scroll down to Columns and you show see the list that would appear in the Items Properties where users would click on an item from a link provided by power automate in Teams)...This also does for those that are appearing in the List but NOT in the items properties nor Columns List....I hope this makes sense to you?
The List
The Items Properties
The Columns in the List Settings
The unhide/hide columns in the list
As far as attachments, I guess it stays at the very bottom of the items properties...
Aug 16 2022 11:56 AM
Aug 17 2022 02:15 AM
Solution@Holly-CMS You cannot update the value of SharePoint default Title column using formula.
My suggestion is modify formula in Power Apps to update the Title column same as how you are updating the ITRequestID column now. This will be the best approach to follow.
If you cannot modify power apps for any reasons, you can create a power automate flow which will run on item creation/update (trigger - when item is created or modified) with single "Update item" action - you can use this action to populate Title column value based on ITRequestID column.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Aug 17 2022 03:41 PM