Yes just use addField on the sublist object that you created and set type list/record and source the record you want to use
b
Boris Yasen
10/21/2022, 2:05 PM
one more question @Kyriakos Zisopoulos
What if that is dynamic
So 2 dropdown and 2nd dropdown options should be different if 1st dropdown is changed
k
Kyriakos Zisopoulos
10/21/2022, 2:06 PM
You can use addSelectOptions and you leave source empty
b
Boris Yasen
10/21/2022, 2:10 PM
@Kyriakos Zisopoulos but I need to delete options and add new options when "Select 1" is changed, but there is no delete option functions.
Also can I do it in client script?
Because that should happen when "Select 1" is changed?