Hi. I want to know is there a way to connect "Drop-Down list Content Control" and "IF field". My D-D list looks as follows:
My IF field should look something like:
IF a = 1 "Sir" "Miss"
but that doesn't work. I think that D-D list should have a name like: dropdownl, so I can call:
IF dropdownl("a") = 1 "Mis" "Sir"
but I can not find that name.