prabhukarruppus
08-07-2019
hi Team,
I have updated a page properties dialog with a new tab and from that tab i need to fetch the values in the html through sightly , kindly let me know how to do that
thanks in advance
Arun_Patidar
MVP
09-07-2019
Hi,
You need to use ${pageProperties.propertyName}
Also we can use ${pageProperties['propertyName']}