Skip to main content
Question

Conditional field base on Table

  • October 29, 2025
  • 1 reply
  • 28 views

Forum|alt.badge.img+4

Hello! Is it possible to conditionally display a field based on the value of a specific column in a table?

For example:

In a counterparty data table, if the 'Marital Status' field is set to Married, I need additional fields to appear so the user can input the spouse's data. (It doesn’t have to be in the same table, but apparently I can’t add a condition to a column.)

If the 'Marital Status' is anything else, those spouse-related fields should remain hidden. 

 

Thanks!

1 reply

JohnSantos
Guru
Forum|alt.badge.img+21
  • Guru
  • November 8, 2025

@rodvillani 

In DocuSign CLM, conditional visibility can’t be applied directly to table columns.

Move the spouse fields outside the table

  1. Keep your Marital Status field inside the table (for each counterparty row).
  2. Create a separate section or standalone fields for the spouse details — e.g., Spouse Name, Spouse DOB, etc.
  3. Use a Show Field When condition such as: Show field when: [Counterparty.Marital Status] = "Married" This works if you’re referencing the correct data object or variable path.
  4. These fields will only appear when the selected record’s marital status equals “Married”.