To complete this configuration, you'll first need to create a custom property that looks for the submission date and returns the value of your choice. "Text Option 1" - replace this with the value you...To complete this configuration, you'll first need to create a custom property that looks for the submission date and returns the value of your choice. "Text Option 1" - replace this with the value you want to be returned to your field if the applicant's submitted date is between the two dates you provided above. "Text Option 2" - replace this with the value you want to be returned to your field if the applicant's submitted date is after the second date you provided above.
test scores, high schools, colleges) let index = 0; // forkQuestion represents the question that determines which values will return for a specific applicant let forkQuestion = forms?.your_question?.y...test scores, high schools, colleges) let index = 0; // forkQuestion represents the question that determines which values will return for a specific applicant let forkQuestion = forms?.your_question?.your_field; // forkAnswer1 is the answer to forkQuestion that will lead you down path1, forkAnswer2 is the answer that will lead you to path2 let forkAnswer1 = "Option1"; let forkAnswer2 = "Option2"