Hi,
I have 2 dropdowns.
I want a text box to show a different output based on what the requestor chooses in the 2 dropdowns.
Say the requestor chooses CITIBANK in dropdown 1, and EURO in dropdown 2
I want the text box to say “CITIBANK EUR BANK DETAILS ARE 123546456”
In Excel, it would be something like “If(AND(A1=”CITIBANK, B1=”EUR”),<details>,0)
I can’t seem to figure out the logic required to do this using the DocuSign conditional fields and formula fields. Any help would be appreciated, thanks