Hi,
I have section of questions using 15 fields of a cdt (cdt has total 30+ fields).
Based on a dropdown value change, I want to make all 15 fields to null.
Is there any way I can make all 15 fields to null in one go, instead of writing 15 a!save.
Discussion posts and replies are publicly visible
Did you try a!update?
https://docs.appian.com/suite/help/24.4/fnc_array_a_update.html#updating-a-cdt-with-a-field-name
Thanks, This did not occur in my mind to use single a!save and all fields in target values.