User Profile
teixeire40
Copper Contributor
Joined Feb 20, 2020
User Widgets
Recent Discussions
[REQUEST]
Is there any foreseen capabilities in Team's channel which could act as a forum ? So, create a Forum channel type would be perfect, and here is why: 1. Within Teams, it is commonly to find use-cases where a community drops some issues, questions and so on, and being able to : - pin discussions/communications - set tags and filter them - Mark as solved (which may help others, and save ans best answer) sort based on people following would be a perfect integrations. looking forward to see the answers.JSON Formula Error [ =Date() ]
I have a column date which was working with JSON "customRowAction" > "ActionInput" until some days ago, but suddently simply got me the following error: As-is "=Date(getDate(@now) + '/' + (getMonth(@now) + 1) + '/' + getYear(@now) + ' ' + substring(toLocaleTimeString(@now), 0, 5))" When I try to choose the value myself, I has the same exactly structure defined inside formula =Date() as above, but it is only use it and I had the error. If I try to use the same formula in "txtContent" I also have the same error as above. I also tried using @now and has the same issue. I also tried using the same structure of the Regional Locale set up for the SharePoint (which is: United States) and I also have the same issue. >>>> I have tried many other ways, as below, and nothing works: 2Digits Day-Month (test) "=Date(padStart(toString(getDate(@now)),2 ,'0') + '/' + padStart(toString(getMonth(@now)+1), 2 ,'0') + '/' + getYear(@now) + ' ' + substring(toLocaleTimeString(@now), 0, 5))"2.5KViews0likes2Comments
Recent Blog Articles
No content to show