User Profile
vballnewman
Copper Contributor
Joined 4 years ago
User Widgets
Recent Discussions
Conditional Formatting the most recent three days
I am trying to highlight all rows that have been added to my list in the last three days. The code below is what displays when I choose "on or after" "today". What I really want is "on or after" "today minus two days". How do I update my code to do this? { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/row-formatting.schema.json", "additionalRowClass": { "operator": ":", "operands": [ { "operator": ">=", "operands": [ { "operator": "Date()", "operands": [ { "operator": "toDateString()", "operands": [ { "operator": "Date()", "operands": [ "[$Created]" ] } ] } ] }, { "operator": "Date()", "operands": [ { "operator": "toDateString()", "operands": [ { "operator": "Date()", "operands": [ "@now" ] } ] } ] } ] }, "sp-css-backgroundColor-BgPeach sp-field-fontSizeSmall sp-css-color-PeachFont", "" ] } }1.3KViews0likes1Comment
Recent Blog Articles
No content to show