I want to know the difference between the default value and entity path in element properties of any specific input field and Text.
1 Like
Hi @AnushkaGupta ,
Element Store: Every element has its own storage, where it stores the data in runtime.
Entity Store: Entity store is where all the data stores i.e. Business Entity .
The key difference between Default value and Entity path is , default value do not influence the Element Data in runtime, but entity path do influence the element data in runtime.
2 Likes