Form element throwing exception when external datasource selected for Autofill.
It throws exception in below code:
Html.RenderElementsInStep(i, step.Elements);
"Index was outside the bounds of the array" while rendering form element. It works normally for other form elements and it goes through 'GetSuggestedValuesMethod' in ExternalDataSourceProvider.
Form element throwing exception when external datasource selected for Autofill.
It throws exception in below code:
"Index was outside the bounds of the array" while rendering form element. It works normally for other form elements and it goes through 'GetSuggestedValuesMethod' in ExternalDataSourceProvider.