Hello
Im trying to create a formula to fill a textbox on a gallery based on a date field, something like
If(Thisitem.Date > todaydate ; "Valid", today.date+30 days, "Waiting, "Invalid")
Basically if the due date is bigger than today is valid, if is less but is within 30 days it still valid but waiting, and after that is invalid...
Is it possible?