Hello Experts!
I have a due date field in a form. This form's background a sharepoint list. I would like to set automatically this date field value (column in sharepoint list) according an another field in the same form (sharepoint list).
Example:
Dropdownvalue = "High" -> Change the date field UTCnow() + 1 day
Dropdownvalue = "Normal" -> Change the date field UTCnow() + 3 days
Thank you in advance!