Questions tagged [format]
The format tag has no summary.
10 questions
0
votes
1
answer
255
views
SharePoint Managed Metadata column displays with additional characters in PowerApps Edit Form
I have a SharePoint Library that includes 3 Managed Metadata columns. The user populates a SharePoint default form to create a new Doc Set, then a Canvas App populates with that data as an Approval ...
0
votes
1
answer
82
views
Reformat the 'Created' SharePoint column to something readable in Power Automate
I have a flow that sends an email to an item's original submitter. In this email I need to display the Item's Created Date AND Time. I'm looking to display something like "11/14/2023 2:40pm&...
0
votes
1
answer
5k
views
PowerApps - Display user from People Picker in a text field as First Name Last Name
I have what should be a simple task, but I'm struggling with it. It's a large form, so I'll just stick to what's relevant for my question. So I have a people picker field in my form (customized ...
0
votes
1
answer
1k
views
SharePoint Calculated Column - Nested IF with dates and today's date
I have three columns: End_Date, Completion_Date, Status
If the Completion date is before the end date then the status is "On Time"
If the completion date is after the end date or today's ...
0
votes
1
answer
146
views
How do I modify the default grey background for the Discussion App. See Attached picture
I need to either stretch the grey background or remove it. I have not figure out how to modify this.
0
votes
1
answer
46
views
How can I make a list view with 4 columns use two zones or columns on a wiki page
I have a list view that contains 4 columns. The list is being shown on a wiki page. I want to wrap the list so that it is not so long. By wrap, I mean split the number of rows in half and show the ...
0
votes
1
answer
155
views
SharePoint Online Classic Pages - Formatting Issue
I'm hoping someone can help.
My Company is currently moving from SharePoint On-Premise to SharePoint Online.
In SharePoint 2013, I was able to use code snippets to a) hide the left & top ...
0
votes
1
answer
411
views
Calculated date value format is 2020-02-02T22:00:00Z instead of local time format
I'm a beginner with SharePoint so I hope you won't find my question too strange. I am facing a problem that I can't solve alone.
Here is the problem:
I ha ve made a list with a specific column called ...
1
vote
1
answer
9k
views
Get value of Name column from SPO list for JSON formatting
First of all, apologies if this horse has been beaten before but I can't find anything so far to help me out.
I'm trying to do some conditional formatting of a column in a SP list.
One of the ...
0
votes
1
answer
236
views
Date format: How to set date in new/editForm via Javascript in SharePoint 2016
I'll try to set a date field within a SharePoint 2016 new-, or edit form via jQuery.
Works fine so far:
fieldJqueryObject.find('input[type="text"]').val('08/28/2019')
The problem: It works only if I ...