I have one field in about 20 tables that need to show a hyperlink using the value in a row called "As_con_InfoExpert_ID(String)" where the link in the html will be
<li><a href="https://infoxpert.edrms/docs/~D{{data.feature.As_con_InfoExpert_ID.value}}"target="_blank"> Open Ascon: {{data.feature.As_con_InfoExpert_ID.value}}</a></li>
Is it possible to change the default template so that if any table has the field As_con_InfoExpert_ID populated it creates a link. Otherwise we have to create an info template for each table and then add the above html.