Hi There
here is what I have:
formOne
- Fields
- Values (type, subType)
formTwo
- Fields
- name - text
- subType - smart dropdown from form1.subType
What I am looking for how I can add a rule to display in the subType only the values with type is x
also, the same with the following
formThree
- Fields
- name
- jiraIssue - jira issue
- score
formFour
- Fields
- jiraIssue - jira issue (no smart from other form)
- score - readonly or in tableview field
I am looking to populate the score from formThree to formFour in either readonly field or in tableview field
your assistance is greatly appreciated, thanks