Understand ID generation for UI elements
Is there any specific reason why id is getting generated as random number for UI elements instead of property name ?
Usecase is ,Pega UI form should be autopopulate with the response of external JS API .
This is working fine in 7.3.1 as ID is generated with property name but after upgrade to 8.3 it's not working as id is generated as random number.