Skip to main content

Hi Experts,

 

I have 3 dropdowns(Country, State and City), And date for these dropdowns will populate as below

 

--State dropdown will populate based on Country Selection

--City dropdown will populate based on State Selection

 

So now the issue is with my re-work form, While loading the re-work form i'm fetching the details which were submitted initially. At that time the Country and State value is populating but City drop down is not populating with the selected(Value which was selected initially) value.

 

I think some rule is overriding, But not able to track that.

 

Regards

Amar

Hi Amar,

 

I think you have a rule to populate the City DDL when the State DDL changes.

when you load the data into the DDLs, the state is not populated and that's why you are unable to load the value into it.

 

if the state is not populated, try to populate it then load the data.

 

let me know if you have this already configured.


Reply