BuildProQrew Captain8 years agoFormula If([Date of Request])?If date of request is less that today + 2 future days, I need my row to be red. The formula I am using is not working. Please advise.thx
MCFNeilQrew Captain8 years agoIf the date is 2 days or more in the future, it will be the HEX color you pick.If([Date of Request]>=(Today()+Days(2)), "#HEX", "")
Related ContentPipeline Make Request - Return Make Request JSON Output into fieldsHTTP Request - BodyMaster’s Thesis: Request for Quick Feedback on Low-Code Platform RequirementsProblems constructing Headers in pipelines 'make request' channelFormula to test if a date falls in range compared to other dates - Expect Error