Hello.
I have an app which as part of its function tracks staff reviews. Within the app there are two date fields 'Review Due' and 'Review Completed'
I would like the gallery template fill to change colour depending on how close to the review date we are if it hasn't been completed. something like this:
If Review Date = Review Completed, color.lightgreen
If Review Date is 1 week away, color.red
If Review Date is 2 Weeks away color.orange
If Review Date is 3 Weeks Away, color.yellow
I can get the completed reviews to turn green with no problems using:
If(ThisItem.ReviewDate = ReviewCompleted, Color.LightGreen,
Color.White
)
I just need some help with the code for the upcoming review colours.
Many thanks

Report
All responses (
Answers (